Home
last modified time | relevance | path

Searched refs:isProperlyAlignedRC (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h389 bool isProperlyAlignedRC(const TargetRegisterClass &RC) const;
H A DSIFoldOperands.cpp903 if (!RC || !TRI->isProperlyAlignedRC(*RC)) in foldOperand()
H A DSIInstrInfo.cpp974 (RI.isProperlyAlignedRC(*RC) && in copyPhysReg()
4114 if (!RC || !RI.isProperlyAlignedRC(*RC)) { in verifyInstruction()
4640 return RI.getRegSizeInBits(RC) > 32 && RI.isProperlyAlignedRC(RC) && in verifyInstruction()
H A DSIRegisterInfo.cpp3033 bool SIRegisterInfo::isProperlyAlignedRC(const TargetRegisterClass &RC) const { in isProperlyAlignedRC() function in SIRegisterInfo