/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 295 // emergency spill slot. 532 // Assume that we'll have at least some spill slots allocated. 535 Offset += 128; // 128 bytes of spill slots 706 // means the stack pointer cannot be used to access the emergency spill slot 711 "Cannot use SP to access the emergency spill slot in " 714 "Cannot use SP to access the emergency spill slot in "
|
ARMMachineFunctionInfo.h | 63 /// spill stack offset. 88 /// which belong to these spill areas.
|
/art/compiler/dex/quick/mips/ |
call_mips.cc | 347 /* Spill core callee saves */ 349 /* NOTE: promotion of FP regs currently unsupported, thus no FP spill */
|
/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/llvm/lib/CodeGen/ |
ShrinkWrapping.cpp | 13 // do not use CSRs do not pay the spill/restore penalty. 22 // CFG to ensure validity of the spill/restore placements. This decreases 173 /// This function computes the maps of MBBs -> CSRs to spill and restore 359 // Sets used to compute spill, restore placement sets. 547 /// multi-entry, multi-exit (MEME) regions so spill and restore 803 // Iterate computation of spill and restore placements in the MCFG until: 927 /// verifySpillRestorePlacement - check the current spill/restore [all...] |
SplitKit.cpp | 349 // Reset the LiveRangeCalc instances needed for this spill mode. 560 // In spill mode, make live ranges as short as possible by inserting the copy 630 // Spill modes [all...] |
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 172 1. We shouldn't spill the XMM registers because we only call va_arg with "int". 179 1. Conversely to the above, we shouldn't spill general registers if we only
|
/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
|
/packages/apps/Gallery/res/values-nb/ |
strings.xml | 59 <string name="camera_play" msgid="8248000517869959980">"Spill"</string> 66 <string name="video_play" msgid="5287787282508002895">"Spill"</string>
|
/packages/apps/Music/res/values-nb/ |
strings.xml | 38 <string name="play_all" msgid="6309622568869321842">"Spill alle"</string> 99 <string name="play_selection" msgid="2854921021814550018">"Spill"</string>
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 90 /* Establish the frame pointer, spill & align to 16b */
|
/dalvik/vm/mterp/x86/ |
OP_FILLED_NEW_ARRAY.S | 15 SPILL(rIBASE) # preserve rIBASE
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
Theme.h | 102 // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls repaint,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleRareNonInheritedData.h | 163 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..."
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 92 printf("/SPILL(%x)",inst->dst[i]->spill_slot);
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 180 // For example, spill them only once for a sequence of instrumented 188 // TODO: Maybe sometimes don't want to spill XAX here? 189 // TODO: No need to spill XAX here if XAX is not used in the BB. 467 // TODO: optimize away redundant restore-spill pairs?
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-26-Reoptimizer2.txt | 39 There is a problem with alloca: we cannot find our spill space for
|
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetMachine.cpp | 182 // Expand Spill code for predicate registers.
|
/external/llvm/lib/Transforms/Utils/ |
LowerInvoke.cpp | 264 // we spill into a stack location, guaranteeing that there is nothing live 348 // and spill the value. 379 // If we decided we need a spill, do it. 420 // we spill into a stack location, guaranteeing that there is nothing live
|
/external/llvm/test/CodeGen/ARM/ |
2010-05-20-NEONSpillCrash.ll | 3 ; This test would crash the rewriter when trying to handle a spill after one of
|
/external/llvm/test/CodeGen/SystemZ/ |
frame-01.ll | 23 ; two emergency spill slots at 160(%r15), for instructions with unsigned
|
frame-14.ll | 20 ; emergency spill slots at 160(%r15), the amount that we need to allocate 225 ; Repeat f4 in a case that needs the emergency spill slots (because all 263 ; And again with maximum register pressure. The only spill slots that the 266 ; spill a second register. This leads to an extra displacement of 8.
|
frame-16.ll | 20 ; emergency spill slots at 160(%r15), the amount that we need to allocate 215 ; Repeat f4 in a case that needs the emergency spill slots (because all 249 ; And again with maximum register pressure. The only spill slots that the 252 ; spill a second register. This leads to an extra displacement of 8.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 92 printf("/SPILL(%x)",inst->dst[i]->spill_slot);
|
/external/oprofile/module/ia64/ |
oprofile_stubs.S | 95 stf.spill [sp]=f0
|