Home
last modified time | relevance | path

Searched refs:computeDataLayout (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp33 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
51 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp38 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
62 : LLVMTargetMachine(T, computeDataLayout(TargetTriple), TT, Cpu, in LanaiTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp41 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
52 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp39 static std::string computeDataLayout() { in computeDataLayout() function
68 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.cpp32 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
60 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in RISCVTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp41 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
66 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2TargetMachine.cpp30 static std::string computeDataLayout() { in computeDataLayout() function
54 T, computeDataLayout(), TT, CPU, FS, Options, in Nios2TargetMachine()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp48 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
97 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp59 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
147 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
92 T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
70 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp48 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
99 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp90 static std::string computeDataLayout(bool is64Bit) { in computeDataLayout() function
109 : LLVMTargetMachine(T, computeDataLayout(is64bit), TT, CPU, FS, Options, in NVPTXTargetMachine()
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp64 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
152 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp92 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
119 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp61 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
122 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp110 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
148 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp117 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
222 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp132 static std::string computeDataLayout(const Triple &TT, bool LittleEndian) { in computeDataLayout() function
184 : LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS, in AArch64TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp127 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
211 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp182 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
241 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp124 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
198 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp264 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
307 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()