/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 33 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/ |
D | LanaiTargetMachine.cpp | 38 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/ |
D | MSP430TargetMachine.cpp | 41 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/ |
D | LanaiTargetMachine.cpp | 39 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/ |
D | RISCVTargetMachine.cpp | 32 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/ |
D | BPFTargetMachine.cpp | 41 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/ |
D | Nios2TargetMachine.cpp | 30 static std::string computeDataLayout() { in computeDataLayout() function 54 T, computeDataLayout(), TT, CPU, FS, Options, in Nios2TargetMachine()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 48 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/ |
D | SystemZTargetMachine.cpp | 59 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/ |
D | SparcTargetMachine.cpp | 30 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/ |
D | SparcTargetMachine.cpp | 30 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/ |
D | MipsTargetMachine.cpp | 48 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/ |
D | NVPTXTargetMachine.cpp | 90 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/ |
D | X86TargetMachine.cpp | 64 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/ |
D | NVPTXTargetMachine.cpp | 92 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/ |
D | MipsTargetMachine.cpp | 61 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/ |
D | AMDGPUTargetMachine.cpp | 110 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/ |
D | X86TargetMachine.cpp | 117 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/ |
D | AArch64TargetMachine.cpp | 132 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/ |
D | ARMTargetMachine.cpp | 127 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/ |
D | AArch64TargetMachine.cpp | 182 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function 241 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 124 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/ |
D | AMDGPUTargetMachine.cpp | 264 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 307 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()
|