Searched refs:isPhys (Results 1 – 4 of 4) sorted by relevance
86 bool isPhys() const { return !NewRC; } in isPhys() function
429 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()571 assert (!CP.isPhys()); in removeCopyByCommutingDef()1028 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()1036 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) { in joinCopy()1063 if (CP.isPhys()) { in joinCopy()1112 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()1137 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()1160 if (CP.isPhys()) in joinCopy()1173 assert(CP.isPhys() && "Must be a physreg copy"); in joinReservedPhysReg()2026 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()
1055 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local1060 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()1066 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
354 if (cp.isPhys()) { in build()