Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.h86 bool isPhys() const { return !NewRC; } in isPhys() function
DRegisterCoalescer.cpp428 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()
570 assert (!CP.isPhys()); in removeCopyByCommutingDef()
1043 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()
1051 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) { in joinCopy()
1078 if (CP.isPhys()) { in joinCopy()
1127 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
1152 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()
1175 if (CP.isPhys()) in joinCopy()
1188 assert(CP.isPhys() && "Must be a physreg copy"); in joinReservedPhysReg()
2041 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()
DMachineInstr.cpp1120 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
1125 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1131 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
DRegAllocPBQP.cpp343 if (cp.isPhys()) { in build()