Searched refs:setPhysReg (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 217 bool setPhysReg(MachineInstr &MI, unsigned OpNum, MCPhysReg PhysReg); 699 bool RegAllocFast::setPhysReg(MachineInstr &MI, unsigned OpNum, in setPhysReg() function in RegAllocFast 775 setPhysReg(MI, I, PhysReg); in handleThroughOperands() 798 if (setPhysReg(MI, I, PhysReg)) in handleThroughOperands() 892 setPhysReg(*DebugMI, 0, LRI->PhysReg); in allocateBasicBlock() 1004 if (setPhysReg(MI, I, PhysReg)) in allocateBasicBlock() 1051 if (setPhysReg(MI, I, PhysReg)) { in allocateBasicBlock()
|
D | InterferenceCache.h | 213 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
|
D | RegAllocGreedy.cpp | 373 Intf.setPhysReg(Cache, Reg); in reset()
|
/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/lib/CodeGen/ |
D | RegAllocFast.cpp | 169 bool setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg); 627 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg() function in RAFast 698 setPhysReg(MI, i, PhysReg); in handleThroughOperands() 711 if (setPhysReg(MI, i, PhysReg)) in handleThroughOperands() 821 setPhysReg(MI, i, LRI->second.PhysReg); in AllocateBasicBlock() 937 if (setPhysReg(MI, i, PhysReg)) in AllocateBasicBlock() 992 if (setPhysReg(MI, i, PhysReg)) { in AllocateBasicBlock()
|
D | InterferenceCache.h | 169 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
|
D | RegAllocGreedy.cpp | 199 Intf.setPhysReg(Cache, Reg); in reset()
|