Searched refs:isPhys (Results 1 – 13 of 13) sorted by relevance
76 bool isPhys() const { return !NewRC; } in isPhys() function
621 if (CP.isPhys() && CP.isFlipped()) in RemoveCopyByCommutingDef()918 bool DstIsPhys = CP.isPhys(); in UpdateRegDefsUses()1176 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) { in JoinCopy()1187 if (CP.isPhys()) { in JoinCopy()1265 if (CP.isPhys()) { in JoinCopy()1373 if (!MI->isFullCopy() || CP.isPartial() || CP.isPhys()) in RegistersDefinedFromSameValue()1433 if (CP.isPhys()) { in JoinIntervals()
648 bool isPhys = TargetRegisterInfo::isPhysicalRegister(cur.reg); in linearScan() local649 if (isPhys) in linearScan()656 if (!isPhys && vrm_->getPreSplitReg(cur.reg)) in linearScan()
948 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local955 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
379 if (cp.isPhys()) { in build()
80 bool isPhys() const { return !NewRC; } in isPhys() function
508 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()676 assert(!CP.isPhys()); in removeCopyByCommutingDef()933 assert(!CP.isPhys()); in removePartialRedundancy()1654 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()1662 if (!CP.isPhys()) { in joinCopy()1701 if (CP.isPhys()) { in joinCopy()1753 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()1764 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()1783 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()1825 if (CP.isPhys()) in joinCopy()[all …]
815 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local820 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()826 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
458 if (CP.isPhys()) { in apply()
84 bool isPhys() const { return !NewRC; } in isPhys() function
474 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()626 assert(!CP.isPhys()); in removeCopyByCommutingDef()1371 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()1379 if (!CP.isPhys() && eliminateUndefCopy(CopyMI)) { in joinCopy()1415 if (CP.isPhys()) { in joinCopy()1467 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()1492 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()1534 if (CP.isPhys()) in joinCopy()1547 assert(CP.isPhys() && "Must be a physreg copy"); in joinReservedPhysReg()2741 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()
1342 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local1347 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()1353 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
432 if (CP.isPhys()) { in apply()