Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp33 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
44 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp39 static std::string computeDataLayout() { in computeDataLayout() function
60 : LLVMTargetMachine(T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetMachine.cpp31 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function
85 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp33 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
54 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp32 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
48 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp46 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
70 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp43 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
101 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in M68kTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp54 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
71 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
94 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp73 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
177 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp59 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
77 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in RISCVTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp71 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
126 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp99 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
120 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp118 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
227 T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp140 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
222 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp247 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
315 computeDataLayout(TT, Options.MCOptions, LittleEndian), in AArch64TargetMachine()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp481 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
520 : LLVMTargetMachine(T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), in AMDGPUTargetMachine()