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 85 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned");
132 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned");
LiveRegMatrix.cpp 75 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment");
RegAllocBasic.cpp 195 if (!VRM->hasPhys(Spill.reg))
VirtRegMap.cpp 94 return hasPhys(Hint.second);
RegAllocGreedy.cpp 353 if (VRM->hasPhys(VirtReg)) {
363 if (!VRM->hasPhys(VirtReg))
609 if (!VRM->hasPhys(Intf->reg))
    [all...]
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 201 if (VRM && VRM->hasPhys(Hint.second)) {

Completed in 39 milliseconds