Home
last modified time | relevance | path

Searched refs:setPhysReg (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp198 bool setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg);
685 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg() function in RAFast
760 setPhysReg(MI, i, PhysReg); in handleThroughOperands()
783 if (setPhysReg(MI, i, PhysReg)) in handleThroughOperands()
870 setPhysReg(MI, i, LRI->PhysReg); in AllocateBasicBlock()
994 if (setPhysReg(MI, i, PhysReg)) in AllocateBasicBlock()
1046 if (setPhysReg(MI, i, PhysReg)) { in AllocateBasicBlock()
DInterferenceCache.h202 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
DRegAllocGreedy.cpp278 Intf.setPhysReg(Cache, Reg); in reset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp218 bool setPhysReg(MachineInstr &MI, MachineOperand &MO, MCPhysReg PhysReg);
856 bool RegAllocFast::setPhysReg(MachineInstr &MI, MachineOperand &MO, in setPhysReg() function in RegAllocFast
933 setPhysReg(MI, MO, PhysReg); in handleThroughOperands()
956 if (setPhysReg(MI, MI.getOperand(I), PhysReg)) in handleThroughOperands()
1115 if (setPhysReg(MI, MO, PhysReg)) in allocateInstruction()
1189 if (setPhysReg(MI, MI.getOperand(I), PhysReg)) { in allocateInstruction()
1226 setPhysReg(MI, MO, LRI->PhysReg); in handleDebugValue()
DInterferenceCache.h212 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
DRegAllocGreedy.cpp372 Intf.setPhysReg(Cache, Reg); in reset()