|
LLVM
4.0.0
|
#include "SystemZTargetMachine.h"#include "SystemZTargetTransformInfo.h"#include "SystemZMachineScheduler.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Transforms/Scalar.h"#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"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) |
Definition at line 48 of file SystemZTargetMachine.cpp.
References llvm::DataLayout::getManglingComponent(), llvm::MipsISD::Ret, and UsesVectorABI().
|
static |
Definition at line 83 of file SystemZTargetMachine.cpp.
References llvm::Reloc::DynamicNoPIC, llvm::Optional< T >::hasValue(), llvm::NVPTX::PTXCvtMode::RM, and llvm::Reloc::Static.
| void LLVMInitializeSystemZTarget | ( | ) |
Definition at line 21 of file SystemZTargetMachine.cpp.
References llvm::getTheSystemZTarget(), and X.
Definition at line 27 of file SystemZTargetMachine.cpp.
References llvm::StringRef::empty(), Features, and llvm::StringRef::split().
Referenced by computeDataLayout().
1.8.6