Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h977 bool needsAlignedVGPRs() const { return GFX90AInsts; } in needsAlignedVGPRs() function
H A DSIRegisterInfo.cpp1984 return ST.needsAlignedVGPRs() ? getAlignedVGPRClassForBitWidth(BitWidth) in getVGPRClassForBitWidth()
2042 return ST.needsAlignedVGPRs() ? getAlignedAGPRClassForBitWidth(BitWidth) in getAGPRClassForBitWidth()
2440 return ST.needsAlignedVGPRs() ? &AMDGPU::VReg_64_Align2RegClass in getVGPR64Class()
2532 if (!ST.needsAlignedVGPRs()) in isProperlyAlignedRC()
H A DSIInstrInfo.cpp3858 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
4394 if (ST.needsAlignedVGPRs() && in verifyInstruction()
H A DAMDGPUInstructionSelector.cpp1418 if (STI.needsAlignedVGPRs()) { in selectDSGWSIntrinsic()
H A DSIISelLowering.cpp4267 if (Subtarget->needsAlignedVGPRs()) { in EmitInstrWithCustomInserter()
11781 if (ST.needsAlignedVGPRs()) { in finalizeLowering()