Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDRegisterCoalescer.h86 bool isPhys() const { return !NewRC; } in isPhys() function
HDRegisterCoalescer.cpp429 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()
571 assert (!CP.isPhys()); in removeCopyByCommutingDef()
1028 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()
1036 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) { in joinCopy()
1063 if (CP.isPhys()) { in joinCopy()
1112 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
1137 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()
1160 if (CP.isPhys()) in joinCopy()
1173 assert(CP.isPhys() && "Must be a physreg copy"); in joinReservedPhysReg()
2026 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()
HDMachineInstr.cpp1055 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
1060 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1066 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
HDRegAllocPBQP.cpp354 if (cp.isPhys()) { in build()