| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 33 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 54 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, IsLittle), TT, in XtensaTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A 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/ |
| H A 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/ |
| H A 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/CSKY/ |
| H A D | CSKYTargetMachine.cpp | 36 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 57 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.cpp | 47 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 71 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A 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/M68k/ |
| H A D | M68kTargetMachine.cpp | 46 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 103 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in M68kTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.cpp | 37 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 53 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A 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/ |
| H A 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/RISCV/ |
| H A 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/Mips/ |
| H A 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/ |
| H A 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/X86/ |
| H A 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/ |
| H A 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/ |
| H A 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/ |
| H A D | AMDGPUTargetMachine.cpp | 500 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 539 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()
|