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

  /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.
  /art/compiler/utils/arm64/
assembler_arm64.cc 654 // Should generate these according to the spill mask automatically.
695 ManagedRegisterSpill spill = entry_spills.at(i); local
696 offset += spill.getSize();
716 // For now we only check that the size of the frame is greater than the spill size.
725 // Should generate these according to the spill mask automatically.
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 55 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.
235 // %Reg = COPY %snip / SPILL %snip, fi
1355 void InlineSpiller::spill(LiveRangeEdit &edit) { function in class:InlineSpiller
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1725 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
1739 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
1751 ManagedRegisterSpill spill = entry_spills.at(i); local
1778 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
1788 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
    [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 488 int32_t spill[2]; member in struct:android::generated_tex_vars_t
501 int32_t spill[3]; member in struct:android::generated_vars_t

Completed in 981 milliseconds