Searched refs:safepoints (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | statepoint-coreclr.ll | 1 ; RUN: opt %s -S -place-safepoints | FileCheck %s 3 ; Basic test to make sure that safepoints are placed 21 ; issues, make sure we don't place safepoints in it.
|
D | statepoint-frameescape.ll | 1 ; RUN: opt %s -S -place-safepoints | FileCheck %s 19 ; issues, make sure we don't place safepoints in it.
|
D | finite-loops.ll | 1 ; 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=CO…
|
D | basic.ll | 1 ; RUN: opt %s -S -place-safepoints | FileCheck %s 84 ; issues, make sure we don't place safepoints in it.
|
D | memset.ll | 1 ; RUN: opt -S -place-safepoints %s | FileCheck %s
|
D | call-in-loop.ll | 4 ;; RUN: opt %s -place-safepoints -S | FileCheck %s
|
D | patchable-statepoints.ll | 1 ; RUN: opt -place-safepoints -S < %s | FileCheck %s
|
D | call_gc_result.ll | 1 ;; RUN: opt %s -place-safepoints -S | FileCheck %s
|
D | split-backedge.ll | 2 ;; RUN: opt -place-safepoints -spp-split-backedge=1 -S %s | FileCheck %s
|
D | statepoint-format.ll | 1 ; RUN: opt -place-safepoints -S < %s | FileCheck %s
|
D | statepoint-calling-conventions.ll | 1 ; RUN: opt -place-safepoints -S < %s | FileCheck %s
|
D | invokes.ll | 1 ; RUN: opt %s -S -place-safepoints | FileCheck %s
|
/external/v8/src/compiler/ |
D | code-generator.cc | 205 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount()); in GenerateCode() 211 result->set_safepoint_table_offset(safepoints()->GetCodeOffset()); in GenerateCode() 258 safepoints()->DefineSafepoint(masm(), kind, arguments, deopt_mode); in RecordSafepoint() 539 safepoints()->RecordLazyDeoptimizationIndex(deopt_state_id); in RecordCallPosition()
|
D | code-generator.h | 66 SafepointTableBuilder* safepoints() { return &safepoints_; } in safepoints() function
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | basics.ll | 14 ; Two safepoints in a row (i.e. consistent liveness)
|
/external/llvm/docs/ |
D | Statepoints.rst | 30 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 261 ("unmanaged code"). It is common that such calls must also be safepoints, since 673 the appropriate safepoints. The implementation assumes that the following 761 deoptimization or introspection) at safepoints. In that case, ask on the
|
D | GarbageCollection.rst | 158 * Creation of GC safepoints within code where collection is allowed to execute 229 compiled code at safepoints. ``llvm.gcroot`` is the older mechanism;
|
D | LangRef.rst | 8887 collection safepoints in compiled code. These intrinsics are an alternative
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | basics.ll | 17 ; Two safepoints in a row (i.e. consistent liveness)
|