Searched refs:speculative (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | generate-makefiles.sh | 52 # special case for speculative testcases 53 if [ "$test_prefix" = "speculative" ]; then 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/ |
H A D | scheduler.c | 160 * speculative scheduling guarantee that we never run into a failure case 598 /* Try to place just the node given, updating the ready list. If "speculative" 605 bool speculative) in schedule_try_place_node() 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 in _schedule_try_node() 604 schedule_try_place_node(sched_ctx *ctx, gpir_node *node, bool speculative) schedule_try_place_node() argument 796 schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) schedule_try_node() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 818 unsigned *_eviction_count, bool is_source, bool speculative) in try_evict_regs() 843 assert(speculative); in try_evict_regs() 872 if (!speculative) in try_evict_regs() 898 * space we're trying to allocate or (in speculative mode) if it's in try_evict_regs() 930 if (!speculative) { in try_evict_regs() 816 try_evict_regs(struct ra_ctx *ctx, struct ra_file *file, struct ir3_register *reg, physreg_t physreg, unsigned *_eviction_count, bool is_source, bool speculative) try_evict_regs() argument
|
/third_party/libunwind/libunwind/doc/ |
H A 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/ |
H A D | jchuff-sse2.asm | 134 ; (speculative; will be overwritten if
|
Completed in 8 milliseconds