/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 257 // 3. Prefer to spill a register that is not used in any remaining move 297 // Spill on demand to use a temporary register for memory-to-memory 375 // spill on demand because the simple spill implementation cannot avoid 393 // Memory-memory. Spill on demand to use a temporary. If there is a 435 // Double-width memory-to-memory. Spill on demand to use a general
|
/external/llvm/include/llvm/CodeGen/ |
RegisterScavenging.h | 13 // to spill slots. 43 /// Information on scavenged registers (held in a spill slot). 47 /// A spill slot used for scavenging a register post register allocation.
|
PseudoSourceValue.h | 25 /// stack frame (e.g., a spill slot), below the stack frame (e.g., argument 59 /// e.g., a spill slot.
|
VirtRegMap.h | 13 // adds spill code and rewrites virtual into physical register references. 63 /// createSpillSlot - Allocate a spill slot for RC from MFI.
|
/art/runtime/arch/arm/ |
jni_entrypoints_arm.S | 24 push {r0, r1, r2, r3, lr} @ spill regs
|
/dalvik/vm/mterp/x86/ |
OP_APUT_OBJECT.S | 35 SPILL(rIBASE)
|
OP_IPUT_OBJECT.S | 14 SPILL(rIBASE)
|
OP_NEW_ARRAY.S | 17 SPILL(rIBASE)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_reg_allocate.cpp | 207 /* Failed to allocate registers. Spill a reg, and the caller will 212 fail("no register to spill\n"); 258 * spill/unspill we'll have to do, and guess that the insides of 326 /* Generate spill/unspill instructions for the objects being spilled. */
|
/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."
|
/external/linux-tools-perf/util/include/linux/added/ |
poison.h | 66 * value of "SBAIOMMU POISON\0" for spill-over poisoning.
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.h | 49 /// legal to use in the current sub-target and has the same spill size.
|
/external/llvm/test/CodeGen/X86/ |
stack-align.ll | 30 ; Use a call to force a spill.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_reg_allocate.cpp | 207 /* Failed to allocate registers. Spill a reg, and the caller will 212 fail("no register to spill\n"); 258 * spill/unspill we'll have to do, and guess that the insides of 326 /* Generate spill/unspill instructions for the objects being spilled. */
|
/packages/apps/SoundRecorder/res/values-nb/ |
strings.xml | 22 <string name="review_message" msgid="201616012287839474">"Spill tilbake melding"</string>
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderOverflow.h | 34 // Layout overflow examples include other boxes that spill out of our box, For example, in the inline case a tall image 35 // could spill out of a line box.
|
/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/chromium_org/webkit/glue/resources/ |
webkit_strings_no.xtb | 17 <translation id="2572483411312390101">spill av</translation> 60 <translation id="819205353528511139">spill av filmen i fullskjermmodus</translation>
|
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.h | 57 // Analysis info for spill/restore placement. 69 // Set and maps for computing CSR spill/restore placement:
|
PseudoSourceValue.cpp | 119 // Spill slots should not alias others. 126 // Spill slots will not alias any LLVM IR value.
|
/external/llvm/test/CodeGen/SystemZ/ |
frame-18.ll | 5 ; We need to allocate a 4-byte spill slot, rounded to 8 bytes. The frame 51 ; Same for i64, except that the full spill slot is used.
|
/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.
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 45 sub FrameSize,%esp # Allocate storage for spill, locals & outs 57 will also have an associated spill location (mostly useful for those assigned 89 /* Spill offsets relative to %ebp */ 110 /* for spill region: increase size by 48 (to keep 16-byte alignment) */ 118 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp) 621 SPILL(rIBASE) # preserve rIBASE (cltd trashes it) 635 SPILL(rIBASE) # save rIBASE (cltd trashes it) 698 SPILL(rIBASE) 735 SPILL(rIBASE) 773 SPILL(rIBASE [all...] |
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 224 // We cannot spill a live range that has a use requiring a register 821 // This value is produced on the stack, we never need to spill it. 833 // This move to spill operand is not a real use. Liveness analysis [all...] |
/external/v8/src/ |
lithium-allocator.cc | 212 // We cannot spill a live range that has a use requiring a register 807 // This value is produced on the stack, we never need to spill it. 819 // This move to spill operand is not a real use. Liveness analysis [all...] |