Searched defs:Spill (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp164 // Spill or split all live virtual registers currently unified under PhysReg
190 // Spill each interfering vreg allocated to PhysReg or an alias.
192 LiveInterval &Spill = *Intfs[i]; local
195 if (!VRM->hasPhys(Spill.reg))
200 Matrix->unassign(Spill);
202 // Spill the extracted interval.
203 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc1554 Spill(current);
1864 Spill(current);
1918 // Spill starting part of live range up to that use.
2107 Spill(second_part);
2138 Spill(second_part);
2148 void LAllocator::Spill(LiveRange* range) { function in class:LAllocator
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp264 SIMachineFunctionInfo::SpilledReg Spill = local
268 .addReg(Spill.VGPR)
327 SIMachineFunctionInfo::SpilledReg Spill; local
330 Spill = MFI->SpillTracker.getSpilledReg(FrameIndex);
335 .addImm(Spill.Lane + i);
350 SIMachineFunctionInfo::SpilledReg Spill; local
354 Spill = MFI->SpillTracker.getSpilledReg(FrameIndex);
358 .addImm(Spill.Lane + i);

Completed in 155 milliseconds