HomeSort by relevance Sort by last modified time
    Searched defs:isPhys (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 75 /// isPhys - Return true if DstReg is a physical register.
76 bool isPhys() const { return !NewRC; }
MachineInstr.cpp     [all...]
RegAllocLinearScan.cpp 648 bool isPhys = TargetRegisterInfo::isPhysicalRegister(cur.reg);
649 if (isPhys)
656 if (!isPhys && vrm_->getPreSplitReg(cur.reg))
    [all...]

Completed in 63 milliseconds