Home
last modified time | relevance | path

Searched refs:spilled (Results 1 – 25 of 93) 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/v8/src/compiler/
Dgreedy-allocator.cc129 DCHECK(!range->spilled()); in GroupLiveRanges()
158 if (other->spilled()) continue; in GroupLiveRanges()
210 if (!child->spilled() && child->group() == nullptr) { in ScheduleAllocationCandidates()
549 DCHECK(!range->spilled()); in TrySplitAroundCalls()
Dregister-allocator.cc312 DCHECK(!HasRegisterAssigned() && !spilled()); in set_assigned_register()
318 DCHECK(HasRegisterAssigned() && !spilled()); in UnsetAssignedRegister()
324 DCHECK(!spilled()); in Spill()
413 DCHECK(!spilled()); in GetAssignedOperand()
417 DCHECK(spilled()); in GetAssignedOperand()
746 if (!child->spilled() && in TryCommitSpillInDeferredBlock()
960 temp->set_spilled(first->spilled()); in Merge()
961 if (!temp->spilled()) in Merge()
2374 DCHECK(!range->spilled()); in Spill()
2430 if (!to_add->spilled()) { in AllocateRegisters()
[all …]
Dlive-range-separator.cc129 if (child->spilled() || in MarkRangesSpilledInDeferredBlocks()
/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/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-mul-01.ll75 ; Check that multiplications of spilled values can use MEEB rather than MEEBR.
Dfp-sub-01.ll75 ; Check that subtractions of spilled values can use SEB rather than SEBR.
Dfp-div-01.ll75 ; Check that divisions of spilled values can use DEB rather than DEBR.
Dfp-add-01.ll75 ; Check that additions of spilled values can use AEB rather than AEBR.
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-sub-02.ll77 ; Check that subtractions of spilled values can use SDB rather than SDBR.
Dfp-div-02.ll77 ; Check that divisions of spilled values can use DDB rather than DDBR.
Dint-add-12.ll130 ; Check that adding 127 to a spilled value can use AGSI.
213 ; Check that adding -128 to a spilled value can use AGSI.

1234