Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2823 bool UseGPRIdxMode, in emitLoadM0FromVGPRLoop() argument
2859 if (UseGPRIdxMode) { in emitLoadM0FromVGPRLoop()
2915 bool UseGPRIdxMode, in loadM0FromVGPR() argument
2955 Offset, UseGPRIdxMode, IsIndirectSrc); in loadM0FromVGPR()
2985 bool UseGPRIdxMode, in setM0ToIndexFromSGPR() argument
2999 if (UseGPRIdxMode) { in setM0ToIndexFromSGPR()
3056 bool UseGPRIdxMode = ST.useVGPRIndexMode(EnableVGPRIndexMode); in emitIndirectSrc() local
3058 if (setM0ToIndexFromSGPR(TII, MRI, MI, Offset, UseGPRIdxMode, true)) { in emitIndirectSrc()
3062 if (UseGPRIdxMode) { in emitIndirectSrc()
3091 Offset, UseGPRIdxMode, true); in emitIndirectSrc()
[all …]