Searched refs:setPhysReg (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 198 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()
|
D | InterferenceCache.h | 202 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
|
D | RegAllocGreedy.cpp | 278 Intf.setPhysReg(Cache, Reg); in reset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 218 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()
|
D | InterferenceCache.h | 212 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
|
D | RegAllocGreedy.cpp | 372 Intf.setPhysReg(Cache, Reg); in reset()
|