Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.h81 bool isPhys() const { return !NewRC; } in isPhys() function
DRegisterCoalescer.cpp589 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()
777 assert(!CP.isPhys()); in removeCopyByCommutingDef()
1065 assert(!CP.isPhys()); in removePartialRedundancy()
1841 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()
1849 if (!CP.isPhys()) { in joinCopy()
1888 if (CP.isPhys()) { in joinCopy()
1940 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
1960 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()
1979 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()
2028 if (CP.isPhys()) in joinCopy()
[all …]
DMachineInstr.cpp1038 bool isPhys = Register::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
1043 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1049 if (!Found && TRI && isPhys && Register::isPhysicalRegister(MOReg)) { in findRegisterDefOperandIdx()
DRegAllocPBQP.cpp455 if (CP.isPhys()) { in apply()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.h84 bool isPhys() const { return !NewRC; } in isPhys() function
DRegisterCoalescer.cpp474 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()
DMachineInstr.cpp1342 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
1347 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1353 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
DRegAllocPBQP.cpp432 if (CP.isPhys()) { in apply()