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

  /external/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 725 ManagedRegisterSpill spill = entry_spills.at(i); local
726 offset += spill.getSize();
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 54 static cl::opt<bool> DisableHoisting("disable-spill-hoist", cl::Hidden,
55 cl::desc("Disable inline spill hoisting"));
72 // Variables that are valid during spill(), but used by multiple methods.
78 // All registers to spill to StackSlot, including the main register.
92 // True when all reaching defs were reloads: No spill is necessary.
101 // The preferred register to spill.
152 void spill(LiveRangeEdit &) override;
203 // When spilling a virtual register, we also spill any snippets it is connected
209 // spill slots which can be important in tight loops.
234 // %Reg = COPY %snip / SPILL %snip, fi
1371 void InlineSpiller::spill(LiveRangeEdit &edit) { function in class:InlineSpiller
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1935 Register spill = spill_regs.at(i).AsX86().AsCpuRegister(); local
1953 ManagedRegisterSpill spill = entry_spills.at(i); local
1977 Register spill = spill_regs.at(i).AsX86().AsCpuRegister(); local
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2649 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
2667 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
2680 ManagedRegisterSpill spill = entry_spills.at(i); local
2708 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
2721 x86_64::X86_64ManagedRegister spill = spill_regs.at(i).AsX86_64(); local
    [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/gdb/darwin-x86/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/gdb/linux-x86/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/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/libpixelflinger/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
  /art/compiler/utils/mips64/
assembler_mips64.cc 2007 ManagedRegisterSpill spill = entry_spills.at(i); local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 2469 ManagedRegisterSpill spill = entry_spills.at(i); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 160 // Normally, spilled ranges do not need connecting moves, because the spill
476 void LiveRange::Spill() {
552 // We cannot spill a live range that has a use requiring a register
2313 SpillRange* spill = range->HasSpillRange() local
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 420 milliseconds