Searched refs:spillVirtReg (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 192 void spillVirtReg(MachineBasicBlock::iterator MI, LiveRegMap::iterator); 193 void spillVirtReg(MachineBasicBlock::iterator MI, unsigned VirtReg); 305 void RegAllocFast::spillVirtReg(MachineBasicBlock::iterator MI, in spillVirtReg() function in RegAllocFast 311 spillVirtReg(MI, LRI); in spillVirtReg() 315 void RegAllocFast::spillVirtReg(MachineBasicBlock::iterator MI, in spillVirtReg() function in RegAllocFast 364 spillVirtReg(MI, I); in spillAll() 447 spillVirtReg(MI, VirtReg); in definePhysReg() 463 spillVirtReg(MI, VirtReg); in definePhysReg()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 177 void spillVirtReg(MachineBasicBlock::iterator MI, LiveRegMap::iterator); 178 void spillVirtReg(MachineBasicBlock::iterator MI, unsigned VirtReg); 270 void RAFast::spillVirtReg(MachineBasicBlock::iterator MI, unsigned VirtReg) { in spillVirtReg() function in RAFast 275 spillVirtReg(MI, LRI); in spillVirtReg() 279 void RAFast::spillVirtReg(MachineBasicBlock::iterator MI, in spillVirtReg() function in RAFast 339 spillVirtReg(MI, i); in spillAll() 423 spillVirtReg(MI, VirtReg); in definePhysReg() 439 spillVirtReg(MI, VirtReg); in definePhysReg()
|