| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 37 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 48 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options), TT, CPU, in MSP430TargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetMachine.cpp | 40 static std::string computeDataLayout() { in computeDataLayout() function 61 T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.cpp | 38 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function 94 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYTargetMachine.cpp | 36 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 57 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 35 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 56 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options, IsLittle), in XtensaTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.cpp | 49 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 104 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options), TT, CPU, in M68kTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.cpp | 63 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 80 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.cpp | 63 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 99 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.cpp | 60 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 96 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 57 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 166 T, computeDataLayout(TT), TT, CPU, FS, Options, in SystemZTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 41 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function 113 T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 80 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 135 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options, isLittle), in MipsTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 121 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function 148 computeDataLayout(is64bit, UseShortPointersOpt), in NVPTXTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 124 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function 206 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options, isLittle), in ARMBaseTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 128 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function 239 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.cpp | 158 static StringRef computeDataLayout(const Triple &TT, in computeDataLayout() function 186 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, Options), TT, CPU, FS, in RISCVTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 293 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function 366 T, computeDataLayout(TT, Options.MCOptions, LittleEndian), TT, in AArch64TargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 677 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function 721 T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), FS, Options, in AMDGPUTargetMachine()
|