Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h917 bool useVGPRIndexMode() const;
H A DAMDGPUSubtarget.cpp649 bool GCNSubtarget::useVGPRIndexMode() const { in useVGPRIndexMode() function in GCNSubtarget
H A DAMDGPUInstructionSelector.cpp3143 if (!STI.useVGPRIndexMode()) { in selectG_EXTRACT_VECTOR_ELT()
3207 STI.useVGPRIndexMode(); in selectG_INSERT_VECTOR_ELT()
H A DSIInstrInfo.cpp2323 assert(ST.useVGPRIndexMode()); in expandPostRAPseudo()
2367 assert(ST.useVGPRIndexMode()); in expandPostRAPseudo()
H A DSIISelLowering.cpp4430 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectSrc()
4519 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectDst()