Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp37 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
48 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp43 static std::string computeDataLayout() { in computeDataLayout() function
63 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVETargetMachine.cpp36 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function
92 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp55 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
72 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp47 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
148 T, computeDataLayout(TT), TT, CPU, FS, Options, in SystemZTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp39 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
106 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp74 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
129 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp101 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
122 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetMachine.cpp87 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
105 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in RISCVTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetMachine.cpp121 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
230 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetMachine.cpp142 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
224 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp256 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
324 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp500 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
539 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()