Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh54 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/
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 …]
/third_party/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.)
/third_party/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,
DREADME50 and speculative testing. Conformance, functional, and stress tests are
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
Dcoverage.txt10 speculative/5-2.c: Test for EPERM. Not available on
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
Dcoverage.txt11 5 YES speculative test
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
Dcoverage.txt9 speculative for AIX (FIFO2, FIFO3, FIFO4)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
Dcoverage.txt14 7 YES speculative test, not in the spec !
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_shader_module_identifier.adoc40 like a non-blocking, speculative compile.
/third_party/curl/docs/libcurl/opts/
DCURLOPT_DNS_CACHE_TIMEOUT.md46 cache timeout is entirely speculative that a name resolves to the same address
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c818 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/
DCONTRIBUTING.md63 * For speculative changes, consider opening an issue and discussing it first.
/third_party/skia/third_party/externals/abseil-cpp/
DCONTRIBUTING.md88 * For speculative changes, consider opening an [Abseil
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def234 FUNCTION_PASS("speculative-execution", SpeculativeExecutionPass())
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_shader_module_identifier.adoc86 …N_COMPILE_REQUIRED_BIT` must be set in this situation, since this is a speculative compile by defi…
/third_party/libunwind/libunwind/doc/
Dlibunwind-ia64.tex33 speculative execution. Often, NaT bits are thought of as the ``65-th
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm134 ; (speculative; will be overwritten if
/third_party/openGLES/extensions/APPLE/
DAPPLE_object_purgeable.txt584 Texture speculative caching: A FBO is created and texture_name is
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_object_purgeable.txt584 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/
DX86ScheduleBtVer2.td41 // speculative version of the 64-bit integer registers.
DX86ScheduleZnver2.td101 // speculative version of the 64-bit integer registers.
DX86ScheduleZnver1.td100 // speculative version of the 64-bit integer registers.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td1091 // Support for speculative runtime guards
/third_party/openGLES/extensions/ARB/
DARB_sync.txt1376 speculative for future uses of syncs, or details of spec writing.

12