Searched defs:spill (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-173907.js36 function spill() { function
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
H A Dregress-crbug-173907b.js36 %NeverOptimizeFunction(spill);
37 function spill() { function
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp55 static cl::opt<bool> DisableHoisting("disable-spill-hoist", cl::Hidden,
56 cl::desc("Disable inline spill hoisting"));
73 // Variables that are valid during spill(), but used by multiple methods.
79 // All registers to spill to StackSlot, including the main register.
93 // True when all reaching defs were reloads: No spill is necessary.
102 // The preferred register to spill.
158 void spill(LiveRangeEdit &) override;
204 // When spilling a virtual register, we also spill any snippets it is connected
210 // spill slots which can be important in tight loops.
296 DEBUG(dbgs() << "\talso spill snippe
1355 void InlineSpiller::spill(LiveRangeEdit &edit) { function in class:InlineSpiller
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp285 void spill(Instruction *defi, Value *slot, LValue *);
707 SpillCodeInserter& spill; member in class:nv50_ir::GCRA
993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : argument
996 spill(spill)
1153 (node->degree < node->degreeLimit) ? "" : "(spill)");
1171 // spill candidate
1180 ERROR("no viable spill candidates left\n");
1282 INFO_DBG(prog->dbgFlags, REG_ALLOC, "must spill: %%%i (size %u)\n",
1286 slot = spill
1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) function in class:nv50_ir::SpillCodeInserter
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp285 void spill(Instruction *defi, Value *slot, LValue *);
707 SpillCodeInserter& spill; member in class:nv50_ir::GCRA
993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : argument
996 spill(spill)
1153 (node->degree < node->degreeLimit) ? "" : "(spill)");
1171 // spill candidate
1180 ERROR("no viable spill candidates left\n");
1282 INFO_DBG(prog->dbgFlags, REG_ALLOC, "must spill: %%%i (size %u)\n",
1286 slot = spill
1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) function in class:nv50_ir::SpillCodeInserter
[all...]

Completed in 4644 milliseconds