Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp35 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
46 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp39 static std::string computeDataLayout() { in computeDataLayout() function
62 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp34 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
56 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in RISCVTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp41 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
60 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp59 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
153 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
96 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp94 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
115 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp62 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
117 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp107 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
215 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp127 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
205 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp196 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
257 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp290 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
327 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()