Searched refs:getFreePhysReg (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocLinearScan.cpp | 352 unsigned getFreePhysReg(LiveInterval* cur); 353 unsigned getFreePhysReg(LiveInterval* cur, 1041 unsigned physReg = getFreePhysReg(cur); in assignRegOrStackSlotAtInterval() 1098 physReg = getFreePhysReg(cur); in assignRegOrStackSlotAtInterval() 1419 unsigned RALinScan::getFreePhysReg(LiveInterval* cur, in getFreePhysReg() function in RALinScan 1499 unsigned RALinScan::getFreePhysReg(LiveInterval *cur) { in getFreePhysReg() function in RALinScan 1534 unsigned FreeReg = getFreePhysReg(cur, RC, MaxInactiveCount, inactiveCounts, in getFreePhysReg() 1538 return getFreePhysReg(cur, RC, MaxInactiveCount, inactiveCounts, false); in getFreePhysReg()
|