Searched refs:setPhysReg (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DInterferenceCache.h173 /// setPhysReg - Point this cursor to PhysReg's interference.
174 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { function in class:llvm::InterferenceCache::Cursor
H A DRegAllocFast.cpp177 bool setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg);
657 // setPhysReg - Change operand OpNum in MI the refer the PhysReg, considering
660 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { function in class:RAFast
731 setPhysReg(MI, i, PhysReg);
754 if (setPhysReg(MI, i, PhysReg))
897 setPhysReg(MI, i, LRI->PhysReg);
1014 if (setPhysReg(MI, i, PhysReg))
1069 if (setPhysReg(MI, i, PhysReg)) {
H A DRegAllocGreedy.cpp212 Intf.setPhysReg(Cache, Reg);

Completed in 31 milliseconds