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

  /external/swiftshader/third_party/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...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 84 bool isPhys() const { return !NewRC; }
MachineInstr.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterCoalescer.h 80 bool isPhys() const { return !NewRC; }
MachineInstr.cpp 815 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg);
820 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg))
826 if (!Found && TRI && isPhys &&
    [all...]

Completed in 563 milliseconds