Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2590 return ST.needsAlignedVGPRs() ? getAlignedVGPRClassForBitWidth(BitWidth) in getVGPRClassForBitWidth()
2664 return ST.needsAlignedVGPRs() ? getAlignedAGPRClassForBitWidth(BitWidth) in getAGPRClassForBitWidth()
2738 return ST.needsAlignedVGPRs() in getVectorSuperClassForBitWidth()
3037 return ST.needsAlignedVGPRs() ? &AMDGPU::VReg_64_Align2RegClass in getVGPR64Class()
3129 if (!ST.needsAlignedVGPRs()) in isProperlyAlignedRC()
3145 if (!RC || !ST.needsAlignedVGPRs()) in getProperlyAlignedRC()
H A DGCNSubtarget.h1076 bool needsAlignedVGPRs() const { return GFX90AInsts; } in needsAlignedVGPRs() function
H A DSIFoldOperands.cpp867 if (OpToFold.isReg() && ST->needsAlignedVGPRs()) { in foldOperand()
H A DGCNHazardRecognizer.cpp1792 assert(ST.needsAlignedVGPRs()); in fixShift64HighRegBug()
H A DSIInstrInfo.cpp4222 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
4749 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
8712 if (!ST.needsAlignedVGPRs()) in enforceOperandRCAlignment()
H A DSIISelLowering.cpp12579 if (ST.needsAlignedVGPRs()) { in finalizeLowering()