Searched refs:isPhys (Results 1 – 4 of 4) sorted by relevance
79 bool isPhys() const { return !NewRC; } in isPhys() function
587 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()769 assert(!CP.isPhys()); in removeCopyByCommutingDef()1056 assert(!CP.isPhys()); in removePartialRedundancy()1815 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()1823 if (!CP.isPhys()) { in joinCopy()1862 if (CP.isPhys()) { in joinCopy()1914 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()1934 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()1953 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()2002 if (CP.isPhys()) in joinCopy()[all …]
994 bool isPhys = Register::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local999 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()1005 if (!Found && TRI && isPhys && Register::isPhysicalRegister(MOReg)) { in findRegisterDefOperandIdx()
457 if (CP.isPhys()) { in apply()