Home
last modified time | relevance | path

Searched refs:spill (Results 1 – 25 of 104) sorted by relevance

12345

/external/oprofile/module/ia64/
DIA64minstate.h192 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 …]
/external/libffi/src/ia64/
Dunix.S308 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, 16
324 st8.spill [r17] = in1, 16
[all …]
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-173907b.js36 %NeverOptimizeFunction(spill);
37 function spill() { function
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
Dregress-crbug-173907.js36 function spill() { function
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
/external/llvm/test/CodeGen/ARM/
D2010-05-18-LocalAllocCrash.ll3 ;; This test would spill %R4 before the call to zz, but it forgot to move the
4 ; 'last use' marker to the spill.
Dcrash-O0.ll7 ; This function would crash RegAllocFast because it tried to spill %CPSR.
Dgpr-paired-spill-thumbinst.ll17 ; Make sure we are actually creating the Thumb versions of the spill
/external/chromium_org/third_party/sqlite/src/test/
Dtkt2409.test15 # obtain an EXCLUSIVE lock while trying to spill the cache during
23 # tkt-2409-1.*: Cause a cache-spill during an INSERT that is within
29 # an exclusive lock when attempting a cache-spill is no longer an
33 # tkt-2409-2.*: Cause a cache-spill while updating the change-counter
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll7 ; This function is forced to spill a double.
8 ; Verify that the spill slot is properly aligned.
33 ; Since the spill slot is only 8 bytes, technically it would be fine to only
Dinflate-regs.ll7 ; RAGreedy should split the range and use d16-d31 to avoid a spill.
/external/llvm/lib/CodeGen/
DSpiller.h30 virtual void spill(LiveRangeEdit &LRE) = 0;
DRegAllocBasic.cpp207 spiller().spill(LRE); in spillInterferences()
266 spiller().spill(LRE); in selectOrSplit()
/external/llvm/lib/Target/X86/
DX86CompilationCallback_Win64.asm24 ; WARNING: We cannot use register spill area - we're generating stubs by hands!
/external/llvm/test/CodeGen/AArch64/
Dtls-dynamic-together.ll4 ; glue) then LLVM will separate them quite happily (with a spill at O0, hence
/external/llvm/test/CodeGen/X86/
D2011-10-11-SpillDead.ll7 ; The call to @g forces a spill of that register.
Dreghinting.ll4 ;; The registers %x and %y must both spill across the finit call.
D2008-01-08-SchedulerCrash.ll3 ; Test scheduling a multi-use compare. We should neither spill flags
/external/llvm/test/CodeGen/PowerPC/
Dvrspill.ll4 ; This verifies that we generate correct spill/reload code for vector regs.
Dbuildvec_canonicalize.ll12 ; The fmul will spill a vspltisw to create a -0.0 vector used as the addend
Dframe-size.ll10 ; Check that the RS spill slot has been allocated (because the estimate
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td152 // Register class for 64-bit mode, with a 64-bit spill slot size.
155 // spill slot is a stricter constraint than only requiring a 32-bit spill slot.
/external/llvm/test/CodeGen/SystemZ/
Dframe-18.ll5 ; 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.
Dframe-17.ll6 ; 4-byte spill slot, rounded to 8 bytes. The frame size should be exactly
71 ; Same for doubles, except that the full spill slot is used.
132 ; The long double case needs a 16-byte spill slot.
Dframe-13.ll21 ; emergency spill slots at 160(%r15), the amount that we need to allocate
206 ; Repeat f2 in a case that needs the emergency spill slots (because all
242 ; And again with maximum register pressure. The only spill slots that the
245 ; spill a second register. This leads to an extra displacement of 8.
/external/llvm/test/CodeGen/Thumb/
D2011-06-16-NoGPRs.ll6 ; to spill them.

12345