Searched defs:computeDataLayout (Results 1 - 6 of 6) sorted by relevance

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

Completed in 120 milliseconds