Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSubtarget.h807 bool useVGPRIndexMode() const;
DAMDGPUSubtarget.cpp762 bool GCNSubtarget::useVGPRIndexMode() const { in useVGPRIndexMode() function in GCNSubtarget
DAMDGPUInstructionSelector.cpp2707 if (!STI.useVGPRIndexMode()) { in selectG_EXTRACT_VECTOR_ELT()
2771 STI.useVGPRIndexMode(); in selectG_INSERT_VECTOR_ELT()
DSIInstrInfo.cpp1881 assert(ST.useVGPRIndexMode()); in expandPostRAPseudo()
1920 assert(ST.useVGPRIndexMode()); in expandPostRAPseudo()
DSIISelLowering.cpp3750 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectSrc()
3839 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectDst()