Home
last modified time | relevance | path

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

123

/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 …]
Doprofile_stubs.S95 stf.spill [sp]=f0
/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/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.
D2010-05-20-NEONSpillCrash.ll3 ; This test would crash the rewriter when trying to handle a spill after one of
/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.cpp206 spiller().spill(LRE); in spillInterferences()
265 spiller().spill(LRE); in selectOrSplit()
DSpiller.cpp176 void spill(LiveRangeEdit &LRE) { in spill() function in __anon1b0805370311::TrivialSpiller
/external/llvm/lib/Target/X86/
DX86CompilationCallback_Win64.asm24 ; WARNING: We cannot use register spill area - we're generating stubs by hands!
DREADME-FPStack.txt64 folding spill code into the instructions.
DREADME-X86-64.txt172 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/webkit/Source/JavaScriptCore/dfg/
DDFGJITCodeGenerator.h118 spill(spillMe); in allocate()
126 spill(spillMe); in fprAllocate()
204 void spill(VirtualRegister spillMe) in spill() function
221 info.spill(DataFormatJSDouble); in spill()
236 info.spill((DataFormat)(spillFormat | DataFormatJS)); in spill()
259 spill(name); in flushRegisters()
266 spill(name); in flushRegisters()
DDFGGenerationInfo.h167 void spill(DataFormat spillFormat) in spill() function
/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
Dstack-align.ll30 ; Use a call to force a spill.
/external/llvm/test/CodeGen/Thumb/
D2011-06-16-NoGPRs.ll6 ; to spill them.
/external/llvm/test/CodeGen/CellSPU/
Dimmed64.ll27 ret i64 1311768467750121234 ;; Constant pool spill
/external/llvm/docs/CommandGuide/
Dlli.rst187 **-disable-spill-fusing**
189 Disable fusing of spill code into instructions.
/external/valgrind/main/docs/internals/
Dregister-uses.txt80 r30 y altivec spill temporary
190 r30 y altivec spill temporary
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt18 temporaries to spill values into.
187 These instructions preserve the condition code which is important if the spill

123