Searched refs:isPhys (Results 1 – 4 of 4) sorted by relevance
81 bool isPhys() const { return !NewRC; } in isPhys() function
618 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()807 assert(!CP.isPhys()); in removeCopyByCommutingDef()1090 assert(!CP.isPhys()); in removePartialRedundancy()1999 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()2007 if (!CP.isPhys()) { in joinCopy()2065 if (CP.isPhys()) { in joinCopy()2117 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()2137 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()2156 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()2208 if (CP.isPhys()) in joinCopy()[all …]
1106 bool isPhys = Reg.isPhysical(); in findRegisterDefOperandIdx() local1111 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()1117 if (!Found && TRI && isPhys && MOReg.isPhysical()) { in findRegisterDefOperandIdx()
455 if (CP.isPhys()) { in apply()