Home
last modified time | relevance | path

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

/external/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp32 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
44 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM, in BPFTargetMachine()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp47 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
87 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp28 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() function
62 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp79 static std::string computeDataLayout(bool is64Bit) { in computeDataLayout() function
95 : LLVMTargetMachine(T, computeDataLayout(is64bit), TT, CPU, FS, Options, RM, in NVPTXTargetMachine()
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp62 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
109 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM, in X86TargetMachine()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp47 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
90 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp72 static std::string computeDataLayout(const Triple &TT) { in computeDataLayout() function
91 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM, in AMDGPUTargetMachine()
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp113 static std::string computeDataLayout(const Triple &TT, bool LittleEndian) { in computeDataLayout() function
131 : LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS, in AArch64TargetMachine()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp121 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() function
181 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine()