Searched defs:DstIsPhys (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp918 bool DstIsPhys = CP.isPhys(); local
930 if (DstIsPhys) {
960 if (DstIsPhys)
979 if (DstIsPhys && Kills)
1718 bool DstIsPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); local
1721 else if (SrcIsPhys || DstIsPhys)
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1245 bool DstIsPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); local
1246 LiveInterval *DstInt = DstIsPhys ? nullptr : &LIS->getInterval(DstReg);
1309 if (DstIsPhys)

Completed in 72 milliseconds