Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp37 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
48 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options), TT, CPU, in MSP430TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp40 static std::string computeDataLayout() { in computeDataLayout() function
61 T, computeDataLayout(), TT, Cpu, FeatureString, Options, in LanaiTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp38 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() function
94 : CodeGenTargetMachineImpl(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 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in CSKYTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp35 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
56 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options, IsLittle), in XtensaTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp49 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
104 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options), TT, CPU, in M68kTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp63 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
80 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in BPFTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp63 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
99 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in SPIRVTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp60 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
96 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in LoongArchTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp57 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
166 T, computeDataLayout(TT), TT, CPU, FS, Options, in SystemZTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp41 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
113 T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp80 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
135 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options, isLittle), in MipsTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp121 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() function
148 computeDataLayout(is64bit, UseShortPointersOpt), in NVPTXTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp124 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
206 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, CPU, Options, isLittle), in ARMBaseTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp128 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
239 : CodeGenTargetMachineImpl(T, computeDataLayout(TT), TT, CPU, FS, Options, in X86TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp158 static StringRef computeDataLayout(const Triple &TT, in computeDataLayout() function
186 : CodeGenTargetMachineImpl(T, computeDataLayout(TT, Options), TT, CPU, FS, in RISCVTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp293 static std::string computeDataLayout(const Triple &TT, in computeDataLayout() function
366 T, computeDataLayout(TT, Options.MCOptions, LittleEndian), TT, in AArch64TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp677 static StringRef computeDataLayout(const Triple &TT) { in computeDataLayout() function
721 T, computeDataLayout(TT), TT, getGPUOrDefault(TT, CPU), FS, Options, in AMDGPUTargetMachine()