Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIRegisterInfo.cpp2683 return ST.needsAlignedVGPRs() ? getAlignedVGPRClassForBitWidth(BitWidth) in getVGPRClassForBitWidth()
2757 return ST.needsAlignedVGPRs() ? getAlignedAGPRClassForBitWidth(BitWidth) in getAGPRClassForBitWidth()
2829 return ST.needsAlignedVGPRs() in getVectorSuperClassForBitWidth()
3136 return ST.needsAlignedVGPRs() ? &AMDGPU::VReg_64_Align2RegClass in getVGPR64Class()
3227 if (!ST.needsAlignedVGPRs()) in isProperlyAlignedRC()
3243 if (!RC || !ST.needsAlignedVGPRs()) in getProperlyAlignedRC()
HDGCNSubtarget.h1251 bool needsAlignedVGPRs() const { return GFX90AInsts; } in needsAlignedVGPRs() function
HDSIFoldOperands.cpp1053 if (OpToFold.isReg() && ST->needsAlignedVGPRs()) { in foldOperand()
HDGCNHazardRecognizer.cpp1809 assert(ST.needsAlignedVGPRs()); in fixShift64HighRegBug()
HDSIInstrInfo.cpp4738 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
5284 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
9916 if (!ST.needsAlignedVGPRs()) in enforceOperandRCAlignment()
HDSIISelLowering.cpp15719 if (ST.needsAlignedVGPRs()) { in finalizeLowering()