Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.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/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.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/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp43 static std::string computeDataLayout() { in computeDataLayout() function
63 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp36 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function
92 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp36 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
57 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp48 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
77 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.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/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp46 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
82 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp55 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
72 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp47 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
148 T, computeDataLayout(TT), TT, CPU, FS, Options, in SystemZTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.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/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp111 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
132 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp122 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
233 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp132 static StringRef computeDataLayout(const Triple &TT, in computeDataLayout() function
160 : LLVMTargetMachine(T, computeDataLayout(TT, Options), TT, CPU, FS, Options, in RISCVTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp267 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
335 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp534 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
578 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()