Searched refs:relevant (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Doption-pic-relax-3a.d8 # at the time the relevant instruction was assembled rather than at
H A Doption-pic-relax-1.d6 # at the time the relevant instruction was assembled rather than at
H A Doption-pic-relax-3.d7 # at the time the relevant instruction was assembled rather than at
H A Doption-pic-relax-5.d7 # at the time the relevant instruction was assembled rather than at
H A Doption-pic-relax-0.d6 # at the time the relevant instruction was assembled rather than at
H A Doption-pic-relax-2.d7 # at the time the relevant instruction was assembled rather than at
H A Doption-pic-relax-4.d7 # at the time the relevant instruction was assembled rather than at
/netbsd-current/external/mit/isl/dist/
H A Disl_stride.c231 isl_bool is_eq, relevant, has_stride; local
234 relevant = isl_constraint_involves_dims(c, isl_dim_set, data->pos, 1);
235 if (is_eq < 0 || relevant < 0)
237 if (!is_eq || !relevant) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d225 auto relevant = cast(size_t*) malloc(flagbytes); // has ctors/dtors
230 .free(relevant);
303 sink(bt(relevant, x) ? "* ->" ~ EOL : " ->" ~ EOL);
351 if (bt(relevant, midx))
387 // non-relevant, and hasn't been exhaustively processed, recurse.
432 // process the dependencies. First, we process all relevant ones
439 if (i != curidx && bt(relevant, i) && !bt(ctordone, i) && !bt(ctorstart, i))
451 // Since relevant dependencies are already marked as done
466 clearFlags(relevant);
484 bts(relevant, id
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d225 auto relevant = cast(size_t*) malloc(flagbytes); // has ctors/dtors
230 .free(relevant);
303 sink(bt(relevant, x) ? "* ->" ~ EOL : " ->" ~ EOL);
351 if (bt(relevant, midx))
387 // non-relevant, and hasn't been exhaustively processed, recurse.
432 // process the dependencies. First, we process all relevant ones
439 if (i != curidx && bt(relevant, i) && !bt(ctordone, i) && !bt(ctorstart, i))
451 // Since relevant dependencies are already marked as done
466 clearFlags(relevant);
484 bts(relevant, id
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-export-impl.mk35 # :!...! modifier, Cmd_Exec calls Var_ReexportVars to have all relevant
H A Dcond-short.mk14 # relevant expressions was that in the irrelevant
214 # Since the condition is relevant, the indirect undefined variable is
243 # The right-hand side of '||' is relevant and thus evaluated normally.
H A Ddirective-include.mk41 # restriction is not practically relevant since the expressions inside
H A Dparse-var.mk115 # Due to the always-true condition '1', the outer expression is relevant and
H A Dvarmod-assign.mk137 # relevant for variable names containing a '$' sign in their actual name, not
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c198 Mark STMT_INFO as "relevant for vectorization" and add it to WORKLIST. */
202 enum vect_relevant relevant, bool live_p)
209 "mark relevant %d, live %d: %G", relevant, live_p,
220 as relevant/live because it's not going to be vectorized.
226 " relevant/live.\n");
235 if (relevant > STMT_VINFO_RELEVANT (stmt_info))
236 STMT_VINFO_RELEVANT (stmt_info) = relevant;
243 "already marked relevant/live.\n");
287 is "relevant fo
297 vect_stmt_relevant_p(stmt_vec_info stmt_info, loop_vec_info loop_vinfo, enum vect_relevant *relevant, bool *live_p) argument
455 process_use(stmt_vec_info stmt_vinfo, tree use, loop_vec_info loop_vinfo, enum vect_relevant relevant, vec<stmt_vec_info> *worklist, bool force) argument
615 enum vect_relevant relevant; local
[all...]
H A Dtree-vectorizer.h958 /* The following is relevant only for stmts that contain a non-scalar
1027 of the loop induction variable and computation of array indexes. relevant
1029 enum vect_relevant relevant; member in class:_stmt_vec_info
1068 /* The vector input type relevant for reduction vectorization. */
1103 associated with N-bit integers. This is only used if all relevant
1169 #define STMT_VINFO_RELEVANT(S) (S)->relevant
1238 #define STMT_VINFO_RELEVANT_P(S) ((S)->relevant != vect_unused_in_scope)
H A Dtree-ssa-loop-ivopts.c607 bitmap relevant; member in struct:ivopts_data
1076 data->relevant = BITMAP_ALLOC (NULL);
1230 bitmap_set_bit (data->relevant, SSA_NAME_VERSION (iv));
1509 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
1571 bitmap_set_bit (data->relevant, SSA_NAME_VERSION (op));
1993 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
3381 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
5797 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
5895 The reason is to make debugging simpler; so this is not relevant for
6023 EXECUTE_IF_SET_IN_BITMAP (data->relevant,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.cc233 Mark STMT_INFO as "relevant for vectorization" and add it to WORKLIST. */
237 enum vect_relevant relevant, bool live_p)
244 "mark relevant %d, live %d: %G", relevant, live_p,
255 as relevant/live because it's not going to be vectorized.
261 " relevant/live.\n");
270 if (relevant > STMT_VINFO_RELEVANT (stmt_info))
271 STMT_VINFO_RELEVANT (stmt_info) = relevant;
278 "already marked relevant/live.\n");
322 is "relevant fo
236 vect_mark_relevant(vec<stmt_vec_info> *worklist, stmt_vec_info stmt_info, enum vect_relevant relevant, bool live_p) argument
332 vect_stmt_relevant_p(stmt_vec_info stmt_info, loop_vec_info loop_vinfo, enum vect_relevant *relevant, bool *live_p) argument
490 process_use(stmt_vec_info stmt_vinfo, tree use, loop_vec_info loop_vinfo, enum vect_relevant relevant, vec<stmt_vec_info> *worklist, bool force) argument
650 enum vect_relevant relevant; local
[all...]
H A Dtree-ssa-loop-ivopts.cc608 bitmap relevant; member in struct:ivopts_data
1077 data->relevant = BITMAP_ALLOC (NULL);
1231 bitmap_set_bit (data->relevant, SSA_NAME_VERSION (iv));
1508 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
1570 bitmap_set_bit (data->relevant, SSA_NAME_VERSION (op));
1992 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
3412 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
5927 EXECUTE_IF_SET_IN_BITMAP (data->relevant, 0, i, bi)
6025 The reason is to make debugging simpler; so this is not relevant for
6153 EXECUTE_IF_SET_IN_BITMAP (data->relevant,
[all...]
H A Dtree-vectorizer.h1169 /* The following is relevant only for stmts that contain a non-scalar
1234 of the loop induction variable and computation of array indexes. relevant
1236 enum vect_relevant relevant; member in class:_stmt_vec_info
1275 /* The vector input type relevant for reduction vectorization. */
1324 associated with N-bit integers. This is only used if all relevant
1380 #define STMT_VINFO_RELEVANT(S) (S)->relevant
1448 #define STMT_VINFO_RELEVANT_P(S) ((S)->relevant != vect_unused_in_scope)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc262 Fill in the relevant fields of the UCB.
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc258 Fill in the relevant fields of the UCB.
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Drun-buildbot32 them from Green Dragon. This is only relevant at all when
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
H A Dlogops_n.asm294 C in 2 relevant ways, which means we can always find a pair of aligned

Completed in 517 milliseconds

123