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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h79 bool isPhys() const { return !NewRC; } function in class:llvm::CoalescerPair
H A DRegisterCoalescer.cpp587 assert(!CP.isPhys() && "This doesn't work for physreg copies.");
775 assert(!CP.isPhys());
1062 assert(!CP.isPhys());
1834 if (!CP.isPhys() && CopyMI->allDefsAreDead()) {
1842 if (!CP.isPhys()) {
1881 if (CP.isPhys()) {
1933 if (!CP.isPartial() && !CP.isPhys()) {
1953 if (!CP.isPartial() && !CP.isPhys())
1972 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC()))
2021 if (CP.isPhys())
[all...]
H A DMachineInstr.cpp1030 bool isPhys = Register::isPhysicalRegister(Reg); local
1035 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg))
1041 if (!Found && TRI && isPhys && Register::isPhysicalRegister(MOReg)) {
H A DRegAllocPBQP.cpp457 if (CP.isPhys()) {

Completed in 116 milliseconds