| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430TargetMachine.cpp | 37 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 48 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiTargetMachine.cpp | 43 static std::string computeDataLayout() { in computeDataLayout() function 63 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VETargetMachine.cpp | 36 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function 92 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| D | BPFTargetMachine.cpp | 55 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 72 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetMachine.cpp | 47 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 148 T, computeDataLayout(TT), TT, CPU, FS, Options, in SystemZTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcTargetMachine.cpp | 39 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function 106 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsTargetMachine.cpp | 74 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 129 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXTargetMachine.cpp | 101 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function 122 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetMachine.cpp | 87 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 105 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in RISCVTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetMachine.cpp | 121 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 230 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMTargetMachine.cpp | 142 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 224 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetMachine.cpp | 256 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function 324 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUTargetMachine.cpp | 500 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 539 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()
|