LLVM  8.0.1
Functions
SystemZTargetMachine.cpp File Reference
#include "SystemZTargetMachine.h"
#include "MCTargetDesc/SystemZMCTargetDesc.h"
#include "SystemZ.h"
#include "SystemZMachineScheduler.h"
#include "SystemZTargetTransformInfo.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Transforms/Scalar.h"
#include <string>
Include dependency graph for SystemZTargetMachine.cpp:

Go to the source code of this file.

Functions

void LLVMInitializeSystemZTarget ()
 
static bool UsesVectorABI (StringRef CPU, StringRef FS)
 
static std::string computeDataLayout (const Triple &TT, StringRef CPU, StringRef FS)
 
static Reloc::Model getEffectiveRelocModel (Optional< Reloc::Model > RM)
 
static CodeModel::Model getEffectiveSystemZCodeModel (Optional< CodeModel::Model > CM, Reloc::Model RM, bool JIT)
 

Function Documentation

◆ computeDataLayout()

static std::string computeDataLayout ( const Triple TT,
StringRef  CPU,
StringRef  FS 
)
static

◆ getEffectiveRelocModel()

static Reloc::Model getEffectiveRelocModel ( Optional< Reloc::Model RM)
static

◆ getEffectiveSystemZCodeModel()

static CodeModel::Model getEffectiveSystemZCodeModel ( Optional< CodeModel::Model CM,
Reloc::Model  RM,
bool  JIT 
)
static

◆ LLVMInitializeSystemZTarget()

void LLVMInitializeSystemZTarget ( )

Definition at line 32 of file SystemZTargetMachine.cpp.

References llvm::getTheSystemZTarget(), and X.

◆ UsesVectorABI()

static bool UsesVectorABI ( StringRef  CPU,
StringRef  FS 
)
static

Definition at line 38 of file SystemZTargetMachine.cpp.

References llvm::StringRef::empty(), Features, and llvm::StringRef::split().

Referenced by computeDataLayout().