Searched refs:isProperlyAlignedRC (Results 1 – 4 of 4) sorted by relevance
438 bool isProperlyAlignedRC(const TargetRegisterClass &RC) const;
1428 if (!RC || !TRI->isProperlyAlignedRC(*RC)) in foldOperand()
1093 (RI.isProperlyAlignedRC(*RC) && in copyPhysReg()4923 if (!RC || !RI.isProperlyAlignedRC(*RC)) { in verifyInstruction()5478 return RI.getRegSizeInBits(RC) > 32 && RI.isProperlyAlignedRC(RC) && in verifyInstruction()
3990 bool SIRegisterInfo::isProperlyAlignedRC(const TargetRegisterClass &RC) const { in isProperlyAlignedRC() function in SIRegisterInfo