Lines Matching refs:UseGPRIdxMode
2854 bool UseGPRIdxMode, in emitLoadM0FromVGPRLoop() argument
2890 if (UseGPRIdxMode) { in emitLoadM0FromVGPRLoop()
2946 bool UseGPRIdxMode, in loadM0FromVGPR() argument
2986 Offset, UseGPRIdxMode, IsIndirectSrc); in loadM0FromVGPR()
3016 bool UseGPRIdxMode, in setM0ToIndexFromSGPR() argument
3030 if (UseGPRIdxMode) { in setM0ToIndexFromSGPR()
3087 bool UseGPRIdxMode = ST.useVGPRIndexMode(EnableVGPRIndexMode); in emitIndirectSrc() local
3089 if (setM0ToIndexFromSGPR(TII, MRI, MI, Offset, UseGPRIdxMode, true)) { in emitIndirectSrc()
3093 if (UseGPRIdxMode) { in emitIndirectSrc()
3122 Offset, UseGPRIdxMode, true); in emitIndirectSrc()
3125 if (UseGPRIdxMode) { in emitIndirectSrc()
3182 bool UseGPRIdxMode = ST.useVGPRIndexMode(EnableVGPRIndexMode); in emitIndirectDst() local
3199 if (setM0ToIndexFromSGPR(TII, MRI, MI, Offset, UseGPRIdxMode, false)) { in emitIndirectDst()
3203 if (UseGPRIdxMode) { in emitIndirectDst()
3234 Offset, UseGPRIdxMode, false); in emitIndirectDst()
3237 if (UseGPRIdxMode) { in emitIndirectDst()