Home
last modified time | relevance | path

Searched refs:isPhys (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h81 bool isPhys() const { return !NewRC; } in isPhys() function
H A DRegisterCoalescer.cpp618 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 …]
H A DMachineInstr.cpp1106 bool isPhys = Reg.isPhysical(); in findRegisterDefOperandIdx() local
1111 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1117 if (!Found && TRI && isPhys && MOReg.isPhysical()) { in findRegisterDefOperandIdx()
H A DRegAllocPBQP.cpp455 if (CP.isPhys()) { in apply()