|
LLVM
3.7.0
|
#include "SystemZTargetMachine.h"#include "SystemZTargetTransformInfo.h"#include "llvm/CodeGen/Passes.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) |
Definition at line 46 of file SystemZTargetMachine.cpp.
References llvm::DataLayout::getManglingComponent(), llvm::MipsISD::Ret, and UsesVectorABI().
| void LLVMInitializeSystemZTarget | ( | ) |
Definition at line 19 of file SystemZTargetMachine.cpp.
References llvm::TheSystemZTarget, and X.
Definition at line 25 of file SystemZTargetMachine.cpp.
References llvm::StringRef::empty(), Features, and llvm::StringRef::split().
Referenced by computeDataLayout().
1.8.6