Searched refs:executed (Results 1 - 25 of 56) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/packaged_task/members/
H A Dat_thread_exit.cc30 bool executed = false; variable
32 int execute(int i) { executed = true; return i + 1; }
50 VERIFY( executed );
/haiku-buildtools/legacy/binutils/gprof/
H A Dbbconv.pl46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
/haiku-buildtools/binutils/gprof/
H A Dbbconv.pl46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dld-sp-warn-cortex-m3.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-cortex-m4.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7e-m.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7m.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
/haiku-buildtools/isl/
H A Disl_ast_codegen.c75 __isl_take isl_union_map *executed,
78 __isl_take isl_union_map *executed, __isl_take isl_ast_build *build,
82 * the (non single valued) inverse schedule "executed".
87 * In particular, if executed has the form
98 * to be executed from the current schedule domain.
100 static int generate_non_single_valued(__isl_take isl_map *executed, argument
109 identity = isl_set_identity(isl_map_range(isl_map_copy(executed)));
110 executed = isl_map_domain_product(executed, identity);
113 list = generate_code(isl_union_map_from_map(executed), buil
123 at_each_domain(__isl_take isl_ast_graft *graft, __isl_keep isl_map *executed, __isl_keep isl_ast_build *build) argument
177 generate_domain(__isl_take isl_map *executed, void *user) argument
233 call_create_leaf( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
261 generate_inner_level( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
323 plug_in_values( __isl_take isl_union_map *executed, __isl_keep isl_ast_build *build) argument
1316 create_node_scaled( __isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
1500 create_node(__isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
1618 add_node( __isl_take isl_ast_graft_list *list, __isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_ast_build *build) argument
1747 isl_union_map *executed; member in struct:isl_add_nodes_data
1835 generate_sorted_domains( __isl_keep isl_basic_set_list *domain_list, __isl_keep isl_union_map *executed, __isl_keep isl_ast_build *build) argument
1901 isl_union_map *executed; member in struct:isl_ast_generate_parallel_domains_data
1955 generate_parallel_domains( __isl_keep isl_basic_set_list *domain_list, __isl_keep isl_union_map *executed, __isl_keep isl_ast_build *build) argument
2078 separate_schedule_domains( __isl_take isl_space *space, __isl_take isl_union_map *executed, __isl_keep isl_ast_build *build) argument
2276 isl_union_map *executed; member in struct:isl_codegen_domains
2514 isl_union_map *executed; local
2691 compute_domains( __isl_keep isl_union_map *executed, __isl_keep isl_ast_build *build) argument
2759 generate_shifted_component( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
2790 isl_union_map *executed; local
2812 isl_union_map *executed; local
3034 isl_union_map *executed; local
3120 isl_union_map *executed; local
3397 generate_components( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
3475 generate_next_level( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
3510 isl_union_map *executed; member in struct:isl_generate_code_data
3536 internal_executed( __isl_take isl_union_map *executed, __isl_keep isl_space *space, __isl_keep isl_ast_build *build) argument
3584 isl_union_map *executed; local
3679 generate_code( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build, int internal) argument
3755 isl_union_map *executed; local
[all...]
H A Disl_ast_build_expr.h20 __isl_keep isl_ast_build *build, __isl_take isl_map *executed);
H A Disl_ast_build.c179 dup->executed = isl_union_map_copy(build->executed);
194 (build->executed && !dup->executed) ||
263 isl_union_map_free(build->executed);
891 /* Replace build->executed by "executed".
894 __isl_take isl_ast_build *build, __isl_take isl_union_map *executed)
900 isl_union_map_free(build->executed);
901 build->executed
893 isl_ast_build_set_executed( __isl_take isl_ast_build *build, __isl_take isl_union_map *executed) argument
990 isl_union_map *executed; local
[all...]
H A Disl_ast_build_private.h107 * "executed" contains the inverse schedule at this point
114 * not be stored in "executed") is known to be single valued, specifically
159 isl_union_map *executed; member in struct:isl_ast_build
189 __isl_take isl_union_map *executed);
H A Disl_ast_build_expr.c987 * specified by "executed".
989 * "executed" is assumed to be single-valued, with a domain that lives
993 __isl_keep isl_ast_build *build, __isl_take isl_map *executed)
998 iteration = isl_pw_multi_aff_from_map(executed);
992 isl_ast_build_call_from_executed( __isl_keep isl_ast_build *build, __isl_take isl_map *executed) argument
H A Disl_ast_graft.c74 * encapsulating a call to the domain element specified by "executed".
75 * "executed" is assumed to be single-valued.
78 __isl_take isl_map *executed, __isl_keep isl_ast_build *build)
82 node = isl_ast_build_call_from_executed(build, executed);
1098 * The elements in "list2" need to be executed after those in "list1",
77 isl_ast_graft_alloc_domain( __isl_take isl_map *executed, __isl_keep isl_ast_build *build) argument
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dserial.s4 # will never be executed. GAS should detect this.
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dserial.l12 4 # will never be executed. GAS should detect this.
14 6 \?\?\?\? ........ trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dmul.s4 # This means that instructions in group (a) and in (b) should not be executed
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dserial.s4 # will never be executed. GAS should detect this.
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dserial.l12 4 # will never be executed. GAS should detect this.
14 6 \?\?\?\? ........ trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dmul.s4 # This means that instructions in group (a) and in (b) should not be executed
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dsolitaire.go55 // in direction dir. If the move is valid, it is executed and move returns true.
68 // unmove reverts a previously executed valid move.
89 // a valid move was found and executed,
/haiku-buildtools/gcc/libgcc/config/mmix/
H A Dcrti.S52 crtstxt OCTA _init % Assumed to be the lowest executed address.
53 OCTA __etext % Assumed to be beyond the highest executed address.
137 % Register _fini to be executed as the last atexit function.
/haiku-buildtools/gcc/gmp/mpn/x86/fat/
H A Dfat_entry.asm99 dnl Only one of these routines will be executed, and only once, since after
/haiku-buildtools/gcc/gmp/mpn/x86_64/fat/
H A Dfat_entry.asm103 dnl Only one of these routines will be executed, and only once, since after

Completed in 125 milliseconds

123