Searched refs:isProperlyAlignedRC (Results 1 – 3 of 3) sorted by relevance
334 bool isProperlyAlignedRC(const TargetRegisterClass &RC) const;
2453 bool SIRegisterInfo::isProperlyAlignedRC(const TargetRegisterClass &RC) const { in isProperlyAlignedRC() function in SIRegisterInfo
897 (RI.isProperlyAlignedRC(*RC) && in copyPhysReg()3818 if (!RC || !RI.isProperlyAlignedRC(*RC)) { in verifyInstruction()