HomeSort by relevance Sort by last modified time
    Searched defs:Spill (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 57 /// algorithm. It prioritizes live virtual registers by spill weight and spills
167 // Spill or split all live virtual registers currently unified under PhysReg
193 // Spill each interfering vreg allocated to PhysReg or an alias.
195 LiveInterval &Spill = *Intfs[i];
198 if (!VRM->hasPhys(Spill.reg))
203 Matrix->unassign(Spill);
205 // Spill the extracted interval.
206 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
207 spiller().spill(LRE);
226 // Populate a list of physical register spill candidates
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 124 class Spill
127 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist)
146 ~Spill() {
  /external/chromium_org/v8/src/
lithium-allocator.cc 221 // We cannot spill a live range that has a use requiring a register
826 // This value is produced on the stack, we never need to spill it.
838 // This move to spill operand is not a real use. Liveness analysis
    [all...]
  /external/v8/src/
lithium-allocator.cc 212 // We cannot spill a live range that has a use requiring a register
807 // This value is produced on the stack, we never need to spill it.
819 // This move to spill operand is not a real use. Liveness analysis
    [all...]

Completed in 219 milliseconds