Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp28 static std::string computeDataLayout(bool is64Bit) { in computeDataLayout() function
60 SmVersion(20), DL(computeDataLayout(is64Bit)), in NVPTXSubtarget()
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.cpp29 static std::string computeDataLayout(const SparcSubtarget &ST) { in computeDataLayout() function
82 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))), in SparcSubtarget()
/external/llvm/lib/Target/R600/
DAMDGPUTargetMachine.cpp52 static std::string computeDataLayout(const AMDGPUSubtarget &ST) { in computeDataLayout() function
75 Layout(computeDataLayout(Subtarget)), in AMDGPUTargetMachine()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp300 static std::string computeDataLayout(const X86Subtarget &ST) { in computeDataLayout() function
356 DL(computeDataLayout(*this)), TSInfo(DL), in X86Subtarget()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp75 static std::string computeDataLayout(const MipsSubtarget &ST) { in computeDataLayout() function
118 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS, TM))), in MipsSubtarget()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp86 static std::string computeDataLayout(ARMSubtarget &ST) { in computeDataLayout() function
157 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))), in ARMSubtarget()