Searched refs:safepoints (Results 1 – 25 of 31) sorted by relevance
12
/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 19 ; 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=…
|
D | basic.ll | 1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s 67 ; issues, make sure we don't place safepoints in it.
|
D | no-statepoints.ll | 1 ; RUN: opt -S -place-safepoints < %s | FileCheck %s
|
D | memset.ll | 1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
|
D | call-in-loop.ll | 4 ;; RUN: opt < %s -place-safepoints -S | FileCheck %s
|
D | split-backedge.ll | 2 ;; RUN: opt < %s -place-safepoints -spp-split-backedge=1 -S | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/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 19 ; 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=…
|
D | basic.ll | 1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s 67 ; issues, make sure we don't place safepoints in it.
|
D | no-statepoints.ll | 1 ; RUN: opt -S -place-safepoints < %s | FileCheck %s
|
D | memset.ll | 1 ; RUN: opt < %s -S -place-safepoints | FileCheck %s
|
D | call-in-loop.ll | 4 ;; RUN: opt < %s -place-safepoints -S | FileCheck %s
|
D | libcall.ll | 1 ; RUN: opt -S -place-safepoints < %s | FileCheck %s
|
D | split-backedge.ll | 2 ;; RUN: opt < %s -place-safepoints -spp-split-backedge=1 -S | FileCheck %s
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | statepoint-coreclr.ll | 3 ; Basic test to make sure that safepoints are placed 21 ; issues, make sure we don't place safepoints in it.
|
D | basics.ll | 14 ; Two safepoints in a row (i.e. consistent liveness)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | statepoint-coreclr.ll | 4 ; Basic test to make sure that safepoints are placed 22 ; issues, make sure we don't place safepoints in it.
|
D | basics.ll | 15 ; Two safepoints in a row (i.e. consistent liveness)
|
/external/v8/src/compiler/ |
D | code-generator.cc | 282 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()
|
D | code-generator.h | 136 SafepointTableBuilder* safepoints() { return &safepoints_; } in safepoints() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Statepoints.rst | 37 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/ |
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 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