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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 194 bool setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg);
671 // setPhysReg - Change operand OpNum in MI the refer the PhysReg, considering
674 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) {
749 setPhysReg(MI, i, PhysReg);
772 if (setPhysReg(MI, i, PhysReg))
860 setPhysReg(MI, i, LRI->PhysReg);
    [all...]
InterferenceCache.h 201 /// setPhysReg - Point this cursor to PhysReg's interference.
202 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) {
RegAllocGreedy.cpp 263 Intf.setPhysReg(Cache, Reg);
    [all...]

Completed in 114 milliseconds