/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
D | generate-makefiles.sh | 54 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//)) 173 @if [ -d speculative ]; then \$(MAKE) -C speculative all; fi 177 @if [ -d speculative ]; then \$(MAKE) -C speculative clean; fi 186 @if [ -d speculative ]; then \$(MAKE) -C speculative install; fi
|
/third_party/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 …]
|
/third_party/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.)
|
/third_party/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,
|
D | README | 50 and speculative testing. Conformance, functional, and stress tests are
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | coverage.txt | 10 speculative/5-2.c: Test for EPERM. Not available on
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
D | coverage.txt | 11 5 YES speculative test
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/ |
D | coverage.txt | 9 speculative for AIX (FIFO2, FIFO3, FIFO4)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | coverage.txt | 14 7 YES speculative test, not in the spec !
|
/third_party/boost/libs/fiber/doc/ |
D | tuning.qbk | 172 [spinlock with test-test-and-swap and speculative execution (Intel TSX 179 while busy waiting and speculative execution (Intel TSX required)] 185 futex after certain number of retries and speculative execution 193 and speculative execution (Intel TSX required)]
|
D | fibers.qbk | 292 [include speculative.qbk]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 754 unsigned *_eviction_count, bool is_source, bool speculative) in try_evict_regs() argument 779 assert(speculative); in try_evict_regs() 804 if (!speculative) in try_evict_regs() 858 if (!speculative) { in try_evict_regs()
|
/third_party/cef/patch/patches/ |
D | extensions_1947.patch | 161 // A pointer to the current or speculative main frame in `host_contents_`. We
|
/third_party/protobuf/ |
D | CONTRIBUTING.md | 63 * For speculative changes, consider opening an issue and discussing it first.
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | CONTRIBUTING.md | 88 * For speculative changes, consider opening an [Abseil
|
/third_party/abseil-cpp/ |
D | CONTRIBUTING.md | 88 * For speculative changes, consider opening an [Abseil
|
/third_party/grpc/ |
D | CONTRIBUTING.md | 68 - For speculative changes, consider opening an issue and discussing it first.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 234 FUNCTION_PASS("speculative-execution", SpeculativeExecutionPass())
|
/third_party/libunwind/doc/ |
D | libunwind-ia64.tex | 33 speculative execution. Often, NaT bits are thought of as the ``65-th
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jchuff-sse2.asm | 134 ; (speculative; will be overwritten if
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_object_purgeable.txt | 584 Texture speculative caching: A FBO is created and texture_name is
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_object_purgeable.txt | 584 Texture speculative caching: A FBO is created and texture_name is
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleBtVer2.td | 41 // speculative version of the 64-bit integer registers.
|
D | X86ScheduleZnver2.td | 101 // speculative version of the 64-bit integer registers.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.td | 1091 // Support for speculative runtime guards
|