Home
last modified time | relevance | path

Searched refs:safepoints (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/Transforms/PlaceSafepoints/
Dstatepoint-coreclr.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
3 ; Basic test to make sure that safepoints are placed
19 ; issues, make sure we don't place safepoints in it.
Dstatepoint-frameescape.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
19 ; issues, make sure we don't place safepoints in it.
Dfinite-loops.ll1 ; Tests to ensure that we are not placing backedge safepoints in
3 ;; RUN: opt < %s -place-safepoints -spp-counted-loop-trip-width=32 -S | FileCheck %s
4 ;; RUN: opt < %s -place-safepoints -spp-counted-loop-trip-width=64 -S | FileCheck %s -check-prefix=…
Dbasic.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
67 ; issues, make sure we don't place safepoints in it.
Dno-statepoints.ll1 ; RUN: opt -S -place-safepoints < %s | FileCheck %s
Dmemset.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
Dcall-in-loop.ll4 ;; RUN: opt < %s -place-safepoints -S | FileCheck %s
Dsplit-backedge.ll2 ;; RUN: opt < %s -place-safepoints -spp-split-backedge=1 -S | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PlaceSafepoints/
Dstatepoint-coreclr.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
3 ; Basic test to make sure that safepoints are placed
19 ; issues, make sure we don't place safepoints in it.
Dstatepoint-frameescape.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
19 ; issues, make sure we don't place safepoints in it.
Dfinite-loops.ll1 ; Tests to ensure that we are not placing backedge safepoints in
3 ;; RUN: opt < %s -place-safepoints -spp-counted-loop-trip-width=32 -S | FileCheck %s
4 ;; RUN: opt < %s -place-safepoints -spp-counted-loop-trip-width=64 -S | FileCheck %s -check-prefix=…
Dbasic.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
67 ; issues, make sure we don't place safepoints in it.
Dno-statepoints.ll1 ; RUN: opt -S -place-safepoints < %s | FileCheck %s
Dmemset.ll1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
Dcall-in-loop.ll4 ;; RUN: opt < %s -place-safepoints -S | FileCheck %s
Dlibcall.ll1 ; RUN: opt -S -place-safepoints < %s | FileCheck %s
Dsplit-backedge.ll2 ;; RUN: opt < %s -place-safepoints -spp-split-backedge=1 -S | FileCheck %s
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dstatepoint-coreclr.ll3 ; Basic test to make sure that safepoints are placed
21 ; issues, make sure we don't place safepoints in it.
Dbasics.ll14 ; Two safepoints in a row (i.e. consistent liveness)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dstatepoint-coreclr.ll4 ; Basic test to make sure that safepoints are placed
22 ; issues, make sure we don't place safepoints in it.
Dbasics.ll15 ; Two safepoints in a row (i.e. consistent liveness)
/external/v8/src/compiler/
Dcode-generator.cc282 last_updated = safepoints()->UpdateDeoptimizationInfo( in AssembleCode()
305 safepoints()->Emit(tasm(), frame()->GetTotalFrameSlotCount()); in AssembleCode()
404 frame()->GetTotalFrameSlotCount(), safepoints()->GetCodeOffset(), in FinalizeCode()
435 safepoints()->DefineSafepoint(tasm(), kind, arguments, deopt_mode); in RecordSafepoint()
892 safepoints()->RecordLazyDeoptimizationIndex(deopt_state_id); in RecordCallPosition()
Dcode-generator.h136 SafepointTableBuilder* safepoints() { return &safepoints_; } in safepoints() function
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStatepoints.rst37 execution known as 'safepoints' For most collectors, it is sufficient
55 load barriers, store barriers, and safepoints.
83 safepoints in generated code. We will assume that an outside
84 mechanism has decided where to place safepoints. From our
85 perspective, all safepoints will be function calls. To support
299 ("unmanaged code"). It is common that such calls must also be safepoints, since
737 the appropriate safepoints. The implementation assumes that the following
822 garbage collection semantics at safepoints. If you need other abstract
823 frame information at safepoints (e.g. for deoptimization or introspection),
/external/llvm/docs/
DStatepoints.rst30 execution known as 'safepoints' For most collectors, it is sufficient
48 load barriers, store barriers, and safepoints.
76 safepoints in generated code. We will assume that an outside
77 mechanism has decided where to place safepoints. From our
78 perspective, all safepoints will be function calls. To support
263 ("unmanaged code"). It is common that such calls must also be safepoints, since
696 the appropriate safepoints. The implementation assumes that the following
784 deoptimization or introspection) at safepoints. In that case, ask on the

12