Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.h76 bool isPhys() const { return !NewRC; } in isPhys() function
DRegisterCoalescer.cpp621 if (CP.isPhys() && CP.isFlipped()) in RemoveCopyByCommutingDef()
918 bool DstIsPhys = CP.isPhys(); in UpdateRegDefsUses()
1176 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) { in JoinCopy()
1187 if (CP.isPhys()) { in JoinCopy()
1265 if (CP.isPhys()) { in JoinCopy()
1373 if (!MI->isFullCopy() || CP.isPartial() || CP.isPhys()) in RegistersDefinedFromSameValue()
1433 if (CP.isPhys()) { in JoinIntervals()
DRegAllocLinearScan.cpp648 bool isPhys = TargetRegisterInfo::isPhysicalRegister(cur.reg); in linearScan() local
649 if (isPhys) in linearScan()
656 if (!isPhys && vrm_->getPreSplitReg(cur.reg)) in linearScan()
DMachineInstr.cpp948 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
955 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
DRegAllocPBQP.cpp379 if (cp.isPhys()) { in build()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.h80 bool isPhys() const { return !NewRC; } in isPhys() function
DRegisterCoalescer.cpp508 assert(!CP.isPhys() && "This doesn't work for physreg copies."); in adjustCopiesBackFrom()
676 assert(!CP.isPhys()); in removeCopyByCommutingDef()
933 assert(!CP.isPhys()); in removePartialRedundancy()
1654 if (!CP.isPhys() && CopyMI->allDefsAreDead()) { in joinCopy()
1662 if (!CP.isPhys()) { in joinCopy()
1701 if (CP.isPhys()) { in joinCopy()
1753 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
1764 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()
1783 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()
1825 if (CP.isPhys()) in joinCopy()
[all …]
DMachineInstr.cpp815 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local
820 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
826 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
DRegAllocPBQP.cpp458 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()