/external/llvm/test/CodeGen/NVPTX/ |
D | speculative-execution-divergent-target.ll | 1 ; 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/ |
D | speculative-execution-divergent-target.ll | 1 ; 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/ |
D | generate-makefiles.sh | 54 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/ |
D | Decoder.h | 39 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/ |
D | chrome_track_event.proto | 65 // 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/ |
D | scheduler.c | 605 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/ |
D | InitCache.s | 33 ;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/ |
D | HOWTO_ConformanceTest | 63 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/ |
D | ChangeLog | 38 - 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/ |
D | coverage.txt | 10 speculative/5-2.c: Test for EPERM. Not available on
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
D | coverage.txt | 11 5 YES speculative test
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | counter_promo_mexits.ll | 1 ; 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…
|
D | counter_promo_exit_merge.ll | 1 ; 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/ |
D | coverage.txt | 9 speculative for AIX (FIFO2, FIFO3, FIFO4)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | coverage.txt | 14 7 YES speculative test, not in the spec !
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | speculative-load-hardening-no-spill.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -x86-speculative-load-hardening | FileCheck %s
|
/external/llvm-project/llvm/test/Transforms/SpeculativeExecution/ |
D | spec-compares.ll | 1 ; RUN: opt < %s -S -speculative-execution \
|
D | PR46267.ll | 1 ; RUN: opt < %s -S -speculative-execution | FileCheck %s 2 ; RUN: opt < %s -S -passes='speculative-execution' | FileCheck %s
|
D | spec-calls.ll | 1 ; RUN: opt < %s -S -speculative-execution \
|
D | spec.ll | 1 ; RUN: opt < %s -S -speculative-execution \ 4 ; RUN: opt < %s -S -passes='speculative-execution' \
|
D | spec-other.ll | 1 ; RUN: opt < %s -S -speculative-execution \
|
D | spec-fp.ll | 1 ; RUN: opt < %s -S -speculative-execution \
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | DW_AT_const_value.s | 19 ## Variables specified using string forms. This behavior purely speculative -- I
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | speculative-execution-freecasts.ll | 1 ; RUN: opt < %s -S -mtriple=amdgcn-unknown-amdhsa -speculative-execution \
|
/external/llvm-project/llvm/docs/ |
D | SpeculativeLoadHardening.md | 10 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 …]
|