Home
last modified time | relevance | path

Searched refs:computeDataLayout (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430TargetMachine.cpp36 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
47 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiTargetMachine.cpp43 static std::string computeDataLayout() { in computeDataLayout() function
63 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVETargetMachine.cpp36 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function
92 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaTargetMachine.cpp31 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
52 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, IsLittle), TT, in XtensaTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYTargetMachine.cpp36 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
57 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVTargetMachine.cpp49 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
82 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kTargetMachine.cpp48 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
105 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in M68kTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFTargetMachine.cpp55 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
72 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchTargetMachine.cpp55 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
91 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcTargetMachine.cpp38 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
105 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetMachine.cpp53 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
154 T, computeDataLayout(TT), TT, CPU, FS, Options, in SystemZTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetMachine.cpp73 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
128 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXTargetMachine.cpp112 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
133 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetMachine.cpp133 static StringRef computeDataLayout(const Triple &TT, in computeDataLayout() function
161 : LLVMTargetMachine(T, computeDataLayout(TT, Options), TT, CPU, FS, Options, in RISCVTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetMachine.cpp126 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
238 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetMachine.cpp143 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
225 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetMachine.cpp282 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
350 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetMachine.cpp550 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
594 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()