Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp358 bool GCNSubtarget::useVGPRIndexMode() const { in useVGPRIndexMode() function in GCNSubtarget
H A DGCNSubtarget.h1043 bool useVGPRIndexMode() const;
H A DAMDGPUInstructionSelector.cpp3284 if (!STI.useVGPRIndexMode()) { in selectG_EXTRACT_VECTOR_ELT()
3348 STI.useVGPRIndexMode(); in selectG_INSERT_VECTOR_ELT()
H A DSIInstrInfo.cpp2386 assert(ST.useVGPRIndexMode()); in expandPostRAPseudo()
2430 assert(ST.useVGPRIndexMode()); in expandPostRAPseudo()
H A DSIISelLowering.cpp4900 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectSrc()
4988 const bool UseGPRIdxMode = ST.useVGPRIndexMode(); in emitIndirectDst()
14158 if (Subtarget->useVGPRIndexMode()) in shouldExpandVectorDynExt()