Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2451 return ST.needsAlignedVGPRs() ? getAlignedVGPRClassForBitWidth(BitWidth) in getVGPRClassForBitWidth()
2509 return ST.needsAlignedVGPRs() ? getAlignedAGPRClassForBitWidth(BitWidth) in getAGPRClassForBitWidth()
2567 return ST.needsAlignedVGPRs() in getVectorSuperClassForBitWidth()
2942 return ST.needsAlignedVGPRs() ? &AMDGPU::VReg_64_Align2RegClass in getVGPR64Class()
3034 if (!ST.needsAlignedVGPRs()) in isProperlyAlignedRC()
3050 if (!RC || !ST.needsAlignedVGPRs()) in getProperlyAlignedRC()
H A DGCNSubtarget.h1042 bool needsAlignedVGPRs() const { return GFX90AInsts; } in needsAlignedVGPRs() function
H A DSIFoldOperands.cpp891 if (OpToFold.isReg() && ST->needsAlignedVGPRs()) { in foldOperand()
H A DSIInstrInfo.cpp4103 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
4631 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
8463 if (!ST.needsAlignedVGPRs()) in enforceOperandRCAlignment()
H A DSIISelLowering.cpp12416 if (ST.needsAlignedVGPRs()) { in finalizeLowering()