/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-173907.js | 36 function spill() { function 45 spill(); // At this point initial values for phi1 and phi2 are spilled.
|
regress-crbug-173907b.js | 36 %NeverOptimizeFunction(spill); 37 function spill() { function 45 spill(); // At this point initial values for phi1 and phi2 are spilled.
|
/external/llvm/lib/CodeGen/ |
Spiller.cpp | 72 /// Add spill ranges for every use/def of the live interval, inserting loads 81 "Attempting to spill already spilled value."); 84 "Trying to spill a stack slot."); 86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n"); 167 /// Spills any live range using the spill-everywhere method with no attempt at 176 void spill(LiveRangeEdit &LRE) { function in class:__anon21828::TrivialSpiller
|
InlineSpiller.cpp | 53 static cl::opt<bool> DisableHoisting("disable-spill-hoist", cl::Hidden, 54 cl::desc("Disable inline spill hoisting")); 71 // Variables that are valid during spill(), but used by multiple methods. 77 // All registers to spill to StackSlot, including the main register. 91 // True when all reaching defs were reloads: No spill is necessary. 100 // The preferred register to spill. 156 void spill(LiveRangeEdit &); 204 // When spilling a virtual register, we also spill any snippets it is connected 210 // spill slots which can be important in tight loops. 235 // %Reg = COPY %snip / SPILL %snip, fi 1299 void InlineSpiller::spill(LiveRangeEdit &edit) { function in class:InlineSpiller [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 285 void spill(Instruction *defi, Value *slot, LValue *); 707 SpillCodeInserter& spill; member in class:nv50_ir::GCRA 993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : 996 spill(spill) 1153 (node->degree < node->degreeLimit) ? "" : "(spill)"); 1171 // spill candidate 1180 ERROR("no viable spill candidates left\n"); 1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) function in class:nv50_ir::SpillCodeInserter [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 285 void spill(Instruction *defi, Value *slot, LValue *); 707 SpillCodeInserter& spill; member in class:nv50_ir::GCRA 993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : 996 spill(spill) 1153 (node->degree < node->degreeLimit) ? "" : "(spill)"); 1171 // spill candidate 1180 ERROR("no viable spill candidates left\n"); 1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) function in class:nv50_ir::SpillCodeInserter [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 737 def spill(msg, attrs, predicate): function in function:.docclass 1170 def spill(msg, attrs, predicate): function in function:TextDoc.docclass [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 737 def spill(msg, attrs, predicate): function in function:.docclass 1170 def spill(msg, attrs, predicate): function in function:TextDoc.docclass [all...] |
/system/core/include/private/pixelflinger/ |
ggl_context.h | 486 int32_t spill[2]; member in struct:android::generated_tex_vars_t 499 int32_t spill[3]; member in struct:android::generated_vars_t
|