Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h944 bool useVGPRIndexMode() const;
DAMDGPUSubtarget.cpp569 bool GCNSubtarget::useVGPRIndexMode() const { in useVGPRIndexMode() function in GCNSubtarget
DAMDGPUInstructionSelector.cpp1746 if (!STI.useVGPRIndexMode()) { in selectG_EXTRACT_VECTOR_ELT()
DSIISelLowering.cpp3413 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectSrc()
3508 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectDst()