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

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 89 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned");
141 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned");
LiveRegMatrix.cpp 102 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment");
RegAllocBasic.cpp 194 if (!VRM->hasPhys(Spill.reg))
RegAllocGreedy.cpp 477 if (VRM->hasPhys(VirtReg)) {
489 if (!VRM->hasPhys(VirtReg))
807 if (!VRM->hasPhys(Intf->reg))
    [all...]
VirtRegMap.cpp 98 return hasPhys(Hint.second);
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 255 } else if (VRM && VRM->hasPhys(Paired)) {

Completed in 113 milliseconds