HomeSort by relevance Sort by last modified time
    Searched refs:computeDataLayout (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 32 static std::string computeDataLayout(const Triple &TT) {
44 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 28 static std::string computeDataLayout(const Triple &T, bool is64Bit) {
62 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 47 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
87 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 72 static std::string computeDataLayout(const Triple &TT) {
91 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 47 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
90 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 79 static std::string computeDataLayout(bool is64Bit) {
95 : LLVMTargetMachine(T, computeDataLayout(is64bit), TT, CPU, FS, Options, RM,
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 62 static std::string computeDataLayout(const Triple &TT) {
109 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 113 static std::string computeDataLayout(const Triple &TT, bool LittleEndian) {
131 : LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS,
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 121 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
181 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,

Completed in 191 milliseconds