/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
D | generate-makefiles.sh | 54 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//)) 175 @if [ -d speculative ]; then \$(MAKE) -C speculative all; fi 179 @if [ -d speculative ]; then \$(MAKE) -C speculative clean; fi 188 @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/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_shader_module_identifier.adoc | 40 like a non-blocking, speculative compile.
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_DNS_CACHE_TIMEOUT.md | 46 cache timeout is entirely speculative that a name resolves to the same address
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 818 unsigned *_eviction_count, bool is_source, bool speculative) in try_evict_regs() argument 843 assert(speculative); in try_evict_regs() 872 if (!speculative) in try_evict_regs() 930 if (!speculative) { in try_evict_regs()
|
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 234 FUNCTION_PASS("speculative-execution", SpeculativeExecutionPass())
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_shader_module_identifier.adoc | 86 …N_COMPILE_REQUIRED_BIT` must be set in this situation, since this is a speculative compile by defi…
|
/third_party/libunwind/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/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/opengl-registry/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.
|
D | X86ScheduleZnver1.td | 100 // 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
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sync.txt | 1376 speculative for future uses of syncs, or details of spec writing.
|