Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocFast.cpp217 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()
DInterferenceCache.h213 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
DRegAllocGreedy.cpp373 Intf.setPhysReg(Cache, Reg); in reset()
/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/lib/CodeGen/
DRegAllocFast.cpp169 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()
DInterferenceCache.h169 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg() function
DRegAllocGreedy.cpp199 Intf.setPhysReg(Cache, Reg); in reset()