Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp33 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
54 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, IsLittle), TT, in XtensaTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A 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/
H A 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/
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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp47 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
71 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp46 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
103 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in M68kTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp37 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
53 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A 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/RISCV/
H A 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/Mips/
H A 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/
H A 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/X86/
H A 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/
H A 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/
H A 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/
H A DAMDGPUTargetMachine.cpp500 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
539 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()