Home
last modified time | relevance | path

Searched refs:speculative (Results 1 – 25 of 95) sorted by relevance

1234

/external/llvm/test/CodeGen/NVPTX/
Dspeculative-execution-divergent-target.ll1 ; Checks that speculative-execution only runs on divergent targets, if you pass
4 ; RUN: opt < %s -S -mtriple=nvptx-nvidia-cuda -speculative-execution | \
6 ; RUN: opt < %s -S -mtriple=nvptx-nvidia-cuda -speculative-execution \
9 ; RUN: opt < %s -S -speculative-execution -spec-exec-only-if-divergent-target | \
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dspeculative-execution-divergent-target.ll1 ; Checks that speculative-execution only runs on divergent targets, if you pass
4 ; RUN: opt < %s -S -mtriple=nvptx-nvidia-cuda -speculative-execution | \
6 ; RUN: opt < %s -S -mtriple=nvptx-nvidia-cuda -speculative-execution \
9 ; RUN: opt < %s -S -speculative-execution -spec-exec-only-if-divergent-target | \
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh54 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//))
161 @if [ -d speculative ]; then \$(MAKE) -C speculative all; fi
165 @if [ -d speculative ]; then \$(MAKE) -C speculative clean; fi
174 @if [ -d speculative ]; then \$(MAKE) -C speculative install; fi
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.h39 Instruction() : ip(0), data(), error(), iclass(ptic_error), speculative(0) {} in Instruction()
45 iclass(insn.iclass), speculative(insn.speculative) { in Instruction()
52 speculative(0) {} in Instruction()
69 bool GetSpeculative() const { return speculative; } in GetSpeculative()
77 uint32_t speculative : 1; // Instruction was executed speculatively or not variable
/external/perfetto/protos/third_party/chromium/
Dchrome_track_event.proto65 // The frame being deleted isn't a (speculative) main frame.
68 // The frame being deleted is a speculative main frame, and it is being
73 // The frame being deleted is a speculative main frame, and it is being
74 // deleted because the speculative navigation was cancelled. This is not part
124 // Whether there's a speculative RenderFrameHost or not.
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c605 bool speculative) in schedule_try_place_node() argument
608 if (!speculative) in schedule_try_place_node()
615 if (!speculative) { in schedule_try_place_node()
722 static int _schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) in _schedule_try_node() argument
724 if (!schedule_try_place_node(ctx, node, speculative)) in _schedule_try_node()
737 pred_score = _schedule_try_node(ctx, dep->pred, speculative); in _schedule_try_node()
751 assert(speculative); in _schedule_try_node()
753 } else if (!speculative && dep->pred->type == gpir_node_type_load) { in _schedule_try_node()
796 static int schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) in schedule_try_node() argument
800 int score = _schedule_try_node(ctx, node, speculative); in schedule_try_node()
[all …]
/external/arm-neon-tests/
DInitCache.s33 ;ORR r0, r0, #(0x1 << 4) ;Enables speculative accesses on AXI
34 ORR r0, r0, #(0x1 << 4) ;Enables speculative accesses on AXI
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ConformanceTest63 to define are considered speculative by PTS and are created in a
64 speculative/ directory off of the functional area directory. (For
65 example, mq_timedsend/speculative.)
/external/ltp/testcases/open_posix_testsuite/
DChangeLog38 - pthread_cond_destroy/speculative/4-1.c, pthread_mutex_destroy/
39 speculative/4-2.c, pthread_exit/3-1.c:
62 - pthread_rwlock_trylock/3-1.c: Moved to speculative.
80 pthread_mutex_init/speculative/5-2.c,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
Dcoverage.txt10 speculative/5-2.c: Test for EPERM. Not available on
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
Dcoverage.txt11 5 YES speculative test
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dcounter_promo_mexits.ll1 ; RUN: opt < %s -pgo-instr-gen -instrprof -do-counter-promotion=true -speculative-counter-promotion…
2 ; RUN: opt < %s --passes=pgo-instr-gen,instrprof -do-counter-promotion=true -speculative-counter-pr…
Dcounter_promo_exit_merge.ll1 ; RUN: opt < %s -instrprof -do-counter-promotion=true -speculative-counter-promotion-max-exiting=3 …
2 ; RUN: opt < %s --passes=instrprof -do-counter-promotion=true -speculative-counter-promotion-max-ex…
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
Dcoverage.txt9 speculative for AIX (FIFO2, FIFO3, FIFO4)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
Dcoverage.txt14 7 YES speculative test, not in the spec !
/external/llvm-project/llvm/test/CodeGen/X86/
Dspeculative-load-hardening-no-spill.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -x86-speculative-load-hardening | FileCheck %s
/external/llvm-project/llvm/test/Transforms/SpeculativeExecution/
Dspec-compares.ll1 ; RUN: opt < %s -S -speculative-execution \
DPR46267.ll1 ; RUN: opt < %s -S -speculative-execution | FileCheck %s
2 ; RUN: opt < %s -S -passes='speculative-execution' | FileCheck %s
Dspec-calls.ll1 ; RUN: opt < %s -S -speculative-execution \
Dspec.ll1 ; RUN: opt < %s -S -speculative-execution \
4 ; RUN: opt < %s -S -passes='speculative-execution' \
Dspec-other.ll1 ; RUN: opt < %s -S -speculative-execution \
Dspec-fp.ll1 ; RUN: opt < %s -S -speculative-execution \
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
DDW_AT_const_value.s19 ## Variables specified using string forms. This behavior purely speculative -- I
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dspeculative-execution-freecasts.ll1 ; RUN: opt < %s -S -mtriple=amdgcn-unknown-amdhsa -speculative-execution \
/external/llvm-project/llvm/docs/
DSpeculativeLoadHardening.md10 vulnerabilities by exploiting speculative execution in modern CPUs. These
21 The core problem of GPZ Variant #1 is that speculative execution uses branch
25 speculative execution is unwound due to being incorrect. Mispredicted paths can
109 though this code pattern may still execute speculatively, *invalid* speculative
130 * It does not completely block speculative execution, and merely prevents
148 non-speculative execution. Code dealing with this, e.g cryptographic
246 speculative store then ends up being used by the CPU during speculative
247 execution of the return, potentially directing speculative execution to
276 speculative, this will often be possible even when these are stored in
311 speculative stores. However, as most stores aren't interesting and don't
[all …]

1234