Searched refs:isProperlyAlignedRC (Results 1 – 4 of 4) sorted by relevance
384 bool isProperlyAlignedRC(const TargetRegisterClass &RC) const;
878 if (!RC || !TRI->isProperlyAlignedRC(*RC)) in foldOperand()
977 (RI.isProperlyAlignedRC(*RC) && in copyPhysReg()4233 if (!RC || !RI.isProperlyAlignedRC(*RC)) { in verifyInstruction()4758 return RI.getRegSizeInBits(RC) > 32 && RI.isProperlyAlignedRC(RC) && in verifyInstruction()
3128 bool SIRegisterInfo::isProperlyAlignedRC(const TargetRegisterClass &RC) const { in isProperlyAlignedRC() function in SIRegisterInfo