/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
H A D | CSKYTargetMachine.cpp | 25 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 46 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.cpp | 35 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 46 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.cpp | 39 static std::string computeDataLayout() { in computeDataLayout() function 60 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VETargetMachine.cpp | 31 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function 85 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.cpp | 37 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 91 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in M68kTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.cpp | 53 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 70 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 45 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 65 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in RISCVTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function 94 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 65 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 159 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 63 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 118 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.cpp | 98 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function 119 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 107 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 218 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 135 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 217 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 219 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function 287 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 340 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 379 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()
|