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

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 630 const unsigned NewSuperReg = Order[R];
632 if (!MRI.isAllocatable(NewSuperReg)) continue;
634 if (NewSuperReg == SuperReg) continue;
636 DEBUG(dbgs() << " [" << TRI->getName(NewSuperReg) << ':');
641 // of NewSuperReg and make sure it is free to be renamed.
646 NewReg = NewSuperReg;
650 NewReg = TRI->getSubReg(NewSuperReg, NewSubRegIdx);
    [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 787 unsigned NewSuperReg = MRI.createVirtualRegister(SuperRC);
795 NewSuperReg)
800 .addReg(NewSuperReg, 0, SubIdx);
    [all...]

Completed in 91 milliseconds