Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.h79 bool isPhys() const { return !NewRC; } in isPhys() function
DRegisterCoalescer.cpp587 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()
769 assert(!CP.isPhys()); in removeCopyByCommutingDef()
1056 assert(!CP.isPhys()); in removePartialRedundancy()
1815 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()
1823 if (!CP.isPhys()) { in joinCopy()
1862 if (CP.isPhys()) { in joinCopy()
1914 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
1934 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()
1953 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()
2002 if (CP.isPhys()) in joinCopy()
[all …]
DMachineInstr.cpp994 bool isPhys = Register::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
999 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1005 if (!Found && TRI && isPhys && Register::isPhysicalRegister(MOReg)) { in findRegisterDefOperandIdx()
DRegAllocPBQP.cpp457 if (CP.isPhys()) { in apply()