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

  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 33 static std::string computeDataLayout(const Triple &TT) {
51 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
  /external/llvm/lib/Target/Lanai/
LanaiTargetMachine.cpp 38 static std::string computeDataLayout(const Triple &TT) {
62 : LLVMTargetMachine(T, computeDataLayout(TargetTriple), TT, Cpu,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 48 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
97 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 48 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
99 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 90 static std::string computeDataLayout(bool is64Bit) {
109 : LLVMTargetMachine(T, computeDataLayout(is64bit), TT, CPU, FS, Options,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 30 static std::string computeDataLayout(const Triple &T, bool is64Bit) {
70 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options,
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 64 static std::string computeDataLayout(const Triple &TT) {
152 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 132 static std::string computeDataLayout(const Triple &TT, bool LittleEndian) {
184 : LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 110 static StringRef computeDataLayout(const Triple &TT) {
148 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU),
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 124 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
198 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,

Completed in 283 milliseconds