/external/oprofile/module/ia64/ |
IA64minstate.h | 192 st8.spill [r17]=rR1, 16; /* save original r1 */ \ 194 .mem.offset 0, 0; st8.spill [r16]=r2, 16; \ 195 .mem.offset 8, 0; st8.spill [r17]=r3, 16; \ 198 .mem.offset 0, 0; st8.spill [r16]=r12, 16; \ 199 .mem.offset 8, 0; st8.spill [r17]=r13, 16; \ 203 .mem.offset 0, 0; st8.spill [r16]=r14, 16; \ 204 .mem.offset 8, 0; st8.spill [r17]=r15, 16; \ 207 .mem.offset 0, 0; st8.spill [r16]=r8, 16; \ 208 .mem.offset 8, 0; st8.spill [r17]=r9, 16; \ 212 .mem.offset 0, 0; st8.spill [r16]=r10, 16; [all...] |
oprofile_stubs.S | 95 stf.spill [sp]=f0
|
/external/llvm/lib/CodeGen/ |
Spiller.h | 22 /// Implementations are utility classes which insert spill or remat code on 29 /// spill - Spill the LRE.getParent() live interval. 30 virtual void spill(LiveRangeEdit &LRE) = 0; 39 /// Create and return a spiller that will insert spill code directly instead
|
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...] |
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
|
RegAllocPBQP.cpp | 14 // register assignment. If any variables are selected for spilling then spill 366 ++pregOpt; // +1 to account for spill option. 496 spiller->spill(LRE); 505 assert(!(*itr)->empty() && "Empty spill range."); 512 // We need another round if spill intervals were added. 565 // * Spill if necessary
|
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...] |
/art/runtime/arch/arm/ |
jni_entrypoints_arm.S | 24 push {r0, r1, r2, r3, lr} @ spill regs
|
portable_entrypoints_arm.S | 30 push {r0, r4, r5, r9, r11, lr} @ spill regs 61 pop {r0, r4, r5, r9, r11, lr} @ restore spill regs
|
quick_entrypoints_arm.S | 257 push {r0, r4, r5, r9, r11, lr} @ spill regs 287 pop {r0, r4, r5, r9, r11, lr} @ restore spill regs [all...] |
/external/libffi/src/ia64/ |
unix.S | 304 /* Spill all of the possible argument registers. */ 308 stf.spill [r16] = f8, 32 309 stf.spill [r17] = f9, 32 312 stf.spill [r16] = f10, 32 313 stf.spill [r17] = f11, 32 315 stf.spill [r16] = f12, 32 316 stf.spill [r17] = f13, 32 318 stf.spill [r16] = f14, 32 319 stf.spill [r17] = f15, 24 322 st8.spill [r16] = in0, 1 [all...] |
/external/llvm/lib/Target/X86/ |
X86CompilationCallback_Win64.asm | 24 ; WARNING: We cannot use register spill area - we're generating stubs by hands! 33 ; Save all XMM arg registers. Also allocate reg spill area.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-173907b.js | 36 %NeverOptimizeFunction(spill); 37 function spill() { function 45 spill(); // At this point initial values for phi1 and phi2 are spilled.
|
regress-crbug-173907.js | 36 function spill() { function 45 spill(); // At this point initial values for phi1 and phi2 are spilled.
|
/external/chromium_org/v8/test/mjsunit/ |
codegen-coverage.js | 53 // The call will spill registers and leave x in {eax,rax}. 55 // The add will spill x and reuse {eax,rax} for the result.
|
/external/v8/test/mjsunit/ |
codegen-coverage.js | 53 // The call will spill registers and leave x in {eax,rax}. 55 // The add will spill x and reuse {eax,rax} for the result.
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ia64-mont.pl | 389 stf.spill [sp]=f16,-16 391 stf.spill [r17]=f17,32 394 stf.spill [r16]=f18,32 396 stf.spill [r17]=f19,32 399 stf.spill [r16]=f20,32 401 stf.spill [r17]=f21,32 404 stf.spill [r16]=f22 406 stf.spill [r17]=f23
|
/external/openssl/crypto/bn/asm/ |
ia64-mont.pl | 389 stf.spill [sp]=f16,-16 391 stf.spill [r17]=f17,32 394 stf.spill [r16]=f18,32 396 stf.spill [r17]=f19,32 399 stf.spill [r16]=f20,32 401 stf.spill [r17]=f21,32 404 stf.spill [r16]=f22 406 stf.spill [r17]=f23
|
/system/core/libpixelflinger/codeflinger/ |
texturing.cpp | 387 CONTEXT_STORE(s.reg, generated_vars.texture[i].spill[0]); 388 CONTEXT_STORE(t.reg, generated_vars.texture[i].spill[1]); 411 // We don't have a way to spill registers automatically 412 // spill depth and AA regs, when we know we may have to. 413 // build the spill list... 437 Spill spill(registerFile(), *this, spill_list); 463 CONTEXT_LOAD(s.reg, generated_vars.texture[i].spill[0]); 464 CONTEXT_LOAD(t.reg, generated_vars.texture[i].spill[1]); 614 CONTEXT_STORE(s.reg, generated_vars.texture[i].spill[0]) [all...] |
/external/chromium_org/v8/test/webkit/ |
dfg-weak-js-constant-silent-fill.js | 25 "Tests that DFG silent spill and fill of WeakJSConstants does not result in nonsense."
|
/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
|
/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...] |