Home
last modified time | relevance | path

Searched refs:spilled (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm/test/CodeGen/X86/
Dwin32-spill-xmm.ll3 ; Check proper alignment of spilled vector
20 ; Check that proper alignment of spilled vector does not affect vargs
D2003-08-03-CallArgLiveRanges.ll9 ; CHECK-NOT: spilled
Dreghinting.ll5 ;; Check that they are spilled early enough that not copies are needed for the
D2010-06-15-FastAllocEarlyCLobber.ll14 ; The earlyclobber register EC0 should not be spilled before the inline asm.
Danyregcc.ll306 ; Loc 0: Register (some register that will be spilled to the stack)
330 ; <rdar://problem/15487687> [JS] AnyRegCC argument ends up being spilled
350 ; Loc 3: Arg2 spilled to RBP +
355 ; Loc 4: Arg3 spilled to RBP +
367 ; Make sure all regs are spilled
/external/llvm/test/CodeGen/ARM/
Dsubreg-remat.ll16 ; The vector must be spilled:
41 ; The vector must not be spilled:
Dgpr-paired-spill.ll15 ; one of them has to be spilled. This used to cause an abort because
D2010-11-15-SpillEarlyClobber.ll5 ; It is big enough that one of the early clobber registers is spilled.
/external/llvm/test/CodeGen/AArch64/
Dremat-float0.ll4 ; of spilled/filled.
Darm64-patchpoint-scratch-regs.ll3 ; Test that scratch registers are spilled around patchpoints
Darm64-anyregcc.ll301 ; Loc 0: Register (some register that will be spilled to the stack)
325 ; <rdar://problem/15487687> [JS] AnyRegCC argument ends up being spilled
345 ; Loc 3: Arg2 spilled to FP -96
350 ; Loc 4: Arg3 spilled to FP - 88
/external/v8/src/compiler/
Dregister-allocator.cc164 new (curr) LiveRangeBound(i, i->spilled()); in Initialize()
465 DCHECK(!HasRegisterAssigned() && !spilled()); in set_assigned_register()
471 DCHECK(HasRegisterAssigned() && !spilled()); in UnsetAssignedRegister()
477 DCHECK(!spilled()); in Spill()
565 DCHECK(!spilled()); in GetAssignedOperand()
569 DCHECK(spilled()); in GetAssignedOperand()
1054 temp->set_spilled(first->spilled()); in Merge()
1055 if (!temp->spilled()) in Merge()
2588 DCHECK(!range->spilled()); in Spill()
2636 if (!to_add->spilled()) { in AllocateRegisters()
[all …]
Dlive-range-separator.cc131 if (child->spilled() || in MarkRangesSpilledInDeferredBlocks()
/external/llvm/test/CodeGen/PowerPC/
Dppc64-anyregcc.ll328 ; Loc 0: Register (some register that will be spilled to the stack)
353 ; <rdar://problem/15487687> [JS] AnyRegCC argument ends up being spilled
373 ; Loc 3: Arg2 spilled to FP -96
378 ; Loc 4: Arg3 spilled to FP - 88
/external/llvm/test/DebugInfo/X86/
Ddw_op_minus.ll75 ; RCX is clobbered in call @Capture, but there is a spilled copy.
/external/llvm/test/CodeGen/SystemZ/
Dfp-sub-01.ll75 ; Check that subtractions of spilled values can use SEB rather than SEBR.
Dfp-add-01.ll75 ; Check that additions of spilled values can use AEB rather than AEBR.
Dfp-div-01.ll75 ; Check that divisions of spilled values can use DEB rather than DEBR.
Dfp-mul-01.ll75 ; Check that multiplications of spilled values can use MEEB rather than MEEBR.
Dfp-sub-02.ll77 ; Check that subtractions of spilled values can use SDB rather than SDBR.
Dfp-add-02.ll76 ; Check that additions of spilled values can use ADB rather than ADBR.
Dfp-mul-03.ll77 ; Check that multiplications of spilled values can use MDB rather than MDBR.
Dfp-div-02.ll77 ; Check that divisions of spilled values can use DDB rather than DDBR.
Dxor-03.ll99 ; Check that XORs of spilled values can use OG rather than OGR.
Dint-sub-04.ll99 ; Check that subtractions of spilled values can use SG rather than SGR.

1234