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");
140 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned");
LiveRegMatrix.cpp 78 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment");
RegAllocBasic.cpp 195 if (!VRM->hasPhys(Spill.reg))
VirtRegMap.cpp 97 return hasPhys(Hint.second);
RegAllocGreedy.cpp 455 if (VRM->hasPhys(VirtReg)) {
465 if (!VRM->hasPhys(VirtReg))
782 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 242 if (VRM && VRM->hasPhys(Hint.second)) {

Completed in 2188 milliseconds