Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isPhys

428   assert(!CP.isPhys() && "This doesn't work for physreg copies.");
570 assert (!CP.isPhys());
976 if (!CP.isPhys() && CopyMI->allDefsAreDead()) {
984 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) {
1011 if (CP.isPhys()) {
1055 if (!CP.isPartial() && !CP.isPhys()) {
1080 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC()))
1103 if (!CP.isPhys())
1114 assert(CP.isPhys() && "Must be a physreg copy");
1969 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP);