Searched refs:isPhysicalRegister (Results 1 – 13 of 13) sorted by relevance
58 static constexpr bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function64 constexpr bool isPhysical() const { return isPhysicalRegister(Reg); } in isPhysical()70 assert(Val == NoRegister || isPhysicalRegister(Val)); in from()
55 static constexpr bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function56 return MCRegister::isPhysicalRegister(Reg); in isPhysicalRegister()78 constexpr bool isPhysical() const { return isPhysicalRegister(Reg); } in isPhysical()
114 return Register::isPhysicalRegister(Id); in isRegId()
158 if (Register::isPhysicalRegister(Rd) || Register::isPhysicalRegister(Ra)) { in addIntraChainConstraint()160 << Register::isPhysicalRegister(Rd) << '\n'); in addIntraChainConstraint()162 << Register::isPhysicalRegister(Ra) << '\n'); in addIntraChainConstraint()
47 assert(Register::isPhysicalRegister(DstR.Reg)); in interpretAsCopy()48 assert(Register::isPhysicalRegister(SrcR.Reg)); in interpretAsCopy()
285 if (!Register::isPhysicalRegister(cmpOp2)) { in canCompareBeNewValueJump()511 afterRA = Register::isPhysicalRegister(predReg); in runOnMachineFunction()
220 assert(Register::isPhysicalRegister(Reg)); in isEvenReg()
86 assert(Register::isPhysicalRegister(reg) && in getMaximalPhysRegClass()
535 if (Reg != SP && Register::isPhysicalRegister(Reg) && in calculateDbgEntityHistory()
567 if (Register::isPhysicalRegister(FrameBase.Location.Reg)) { in updateSubprogramScopeDIE()
727 assert(Register::isPhysicalRegister(Reg) && "expected physreg"); in usePhysReg()1322 assert(Register::isPhysicalRegister(PhysReg) && "mapped to physreg"); in dumpState()
805 } else if (Register::isPhysicalRegister(RegID)) { in modifyMixedWidthFP()
938 if (Register::isPhysicalRegister(Reg)) in AddDReg()