Home
last modified time | relevance | path

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

/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/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/v8/src/compiler/
Dcode-generator.cc221 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount()); in GenerateCode()
229 result->set_safepoint_table_offset(safepoints()->GetCodeOffset()); in GenerateCode()
271 safepoints()->DefineSafepoint(masm(), kind, arguments, deopt_mode); in RecordSafepoint()
653 safepoints()->RecordLazyDeoptimizationIndex(deopt_state_id); in RecordCallPosition()
Dcode-generator.h80 SafepointTableBuilder* safepoints() { return &safepoints_; } in safepoints() function
/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
DGarbageCollection.rst158 * Creation of GC safepoints within code where collection is allowed to execute
229 compiled code at safepoints. ``llvm.gcroot`` is the older mechanism;
DLangRef.rst9108 collection safepoints in compiled code. These intrinsics are an alternative