Searched refs:isPhys (Results 1 – 4 of 4) sorted by relevance
86 bool isPhys() const { return !NewRC; } in isPhys() function
428 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()570 assert (!CP.isPhys()); in removeCopyByCommutingDef()1043 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()1051 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) { in joinCopy()1078 if (CP.isPhys()) { in joinCopy()1127 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()1152 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()1175 if (CP.isPhys()) in joinCopy()1188 assert(CP.isPhys() && "Must be a physreg copy"); in joinReservedPhysReg()2041 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()
1120 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local1125 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()1131 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
343 if (cp.isPhys()) { in build()