| /openbsd-src/gnu/gcc/gcc/ |
| H A D | vec.h | 432 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0)) 436 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) argument 444 #define VEC(T,A) VEC_##T##_##A macro 447 #define VEC(T,A) VEC_ T _ A macro 455 typedef struct VEC(T,B) \ 460 } VEC(T,B) 463 typedef struct VEC(T,B) GTY(()) \ 468 } VEC(T,B) 472 typedef struct VEC(T,A) GTY \ 474 VEC(T,B) base; \ [all …]
|
| H A D | tree-data-ref.h | 53 VEC(tree,heap) *access_fns; 63 VEC(tree,heap) *access_fns; 230 VEC (subscript_p, heap) *subscripts; 233 VEC (loop_p, heap) *loop_nest; 236 VEC (lambda_vector, heap) *dir_vects; 239 VEC (lambda_vector, heap) *dist_vects; 273 VEC (data_reference_p, heap) **); 275 VEC (data_reference_p, heap) **, 276 VEC (ddr_p, heap) **); 278 extern void print_dir_vectors (FILE *, VEC (lambda_vector, heap) *, int); [all …]
|
| H A D | tree-vn.c | 52 VEC (tree, gc) *vuses; 194 static VEC (tree, gc) * in VEC() function 199 VEC (tree, gc) *vuses = NULL; in VEC() 211 static VEC (tree, gc) *shared_lookup_vuses; in VEC() function 217 static VEC (tree, gc) * 252 vn_add_with_vuses (tree expr, tree val, VEC (tree, gc) *vuses) in vn_add_with_vuses() 291 vn_lookup_with_vuses (tree expr, VEC (tree, gc) *vuses) in vn_lookup_with_vuses() 330 print_creation_to_file (tree v, tree expr, VEC (tree, gc) *vuses) in print_creation_to_file() 365 VEC(tree,gc) *vuses; in vn_lookup_or_add() 387 sort_vuses (VEC (tree,gc) *vuses) in sort_vuses() [all …]
|
| H A D | tree-loop-linear.c | 92 gather_interchange_stats (VEC (ddr_p, heap) *dependence_relations, in gather_interchange_stats() 93 VEC (data_reference_p, heap) *datarefs, in gather_interchange_stats() 170 VEC (ddr_p, heap) *dependence_relations, in try_interchange_loops() 171 VEC (data_reference_p, heap) *datarefs, in try_interchange_loops() 246 VEC(tree,heap) *oldivs = NULL; in linear_transform_loops() 247 VEC(tree,heap) *invariants = NULL; in linear_transform_loops() 252 VEC (ddr_p, heap) *dependence_relations; in linear_transform_loops() 253 VEC (data_reference_p, heap) *datarefs; in linear_transform_loops()
|
| H A D | tree-flow.h | 194 VEC(tree, gc) *may_aliases; 329 extern GTY(()) VEC(tree,gc) *modified_noreturn_calls; 351 static inline VEC(tree, gc) *may_aliases (tree); 416 #define FOR_EACH_REFERENCED_VAR_SAFE(VAR, VEC, ITER) \ argument 417 for ((ITER).i = 0, fill_referenced_var_vec (&(VEC)); \ 418 VEC_iterate (tree, (VEC), (ITER).i, (VAR)); \ 433 extern GTY(()) VEC(tree,gc) *ssa_names; 706 extern void register_new_def (tree, VEC(tree,heap) **); 864 VEC(tree, heap) **, tree (*) (tree, tree)); 923 void sort_vuses (VEC (tree, gc) *); [all …]
|
| H A D | genextract.c | 78 VEC(locstr,heap) *oplocs; 79 VEC(locstr,heap) *duplocs; 80 VEC(int,heap) *dupnums; 81 VEC(char,heap) *pathstr; 187 VEC_safe_set_locstr (VEC(locstr,heap) **vp, unsigned int ix, char *str) in VEC_safe_set_locstr() 205 VEC_char_to_string (VEC(char,heap) *v) in VEC_char_to_string()
|
| H A D | lambda-code.c | 119 struct loop *, VEC(tree,heap) *, 120 VEC(tree,heap) *, VEC(int,heap) *, 121 VEC(tree,heap) *); 1115 VEC(tree,heap) *outerinductionvars, in gcc_tree_to_linear_expression() 1116 VEC(tree,heap) *invariants, int extra) in gcc_tree_to_linear_expression() 1211 VEC(tree,heap) ** invariants, in gcc_loop_to_lambda_loop() 1213 VEC(tree,heap) * outerinductionvars, in gcc_loop_to_lambda_loop() 1214 VEC(tree,heap) ** lboundvars, in gcc_loop_to_lambda_loop() 1215 VEC(tree,heap) ** uboundvars, in gcc_loop_to_lambda_loop() 1216 VEC(int,heap) ** steps) in gcc_loop_to_lambda_loop() [all …]
|
| H A D | tree-ssa-reassoc.c | 365 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op) in add_to_ops_vec() 413 VEC (operand_entry_t, heap) **ops, in eliminate_duplicate_pair() 491 VEC (operand_entry_t, heap) **ops, in eliminate_plus_minus_pair() 548 VEC (operand_entry_t, heap) **ops, in eliminate_not_pairs() 617 VEC(operand_entry_t, heap) **ops) in eliminate_using_constants() 736 VEC (operand_entry_t, heap) **ops) in optimize_ops_list() 840 VEC(operand_entry_t, heap) * ops) in rewrite_expr_tree() 1013 static VEC(tree, heap) *broken_up_subtracts; in VEC() function 1116 linearize_expr_tree (VEC(operand_entry_t, heap) **ops, tree stmt) in linearize_expr_tree() 1332 VEC(operand_entry_t, heap) *ops = NULL; in reassociate_bb() [all …]
|
| H A D | domwalk.h | 101 VEC(void_p,heap) *block_data_stack; 111 VEC(void_p,heap) *free_block_data;
|
| H A D | tree-vectorizer.h | 125 VEC (data_reference_p, heap) *datarefs; 128 VEC (ddr_p, heap) *ddrs; 132 VEC(tree,heap) *may_misalign_stmts; 224 VEC(dr_p,heap) *same_align_refs;
|
| H A D | tree-ssa-alias.c | 157 init_transitive_clobber_worklist (VEC (tree, heap) **worklist, in init_transitive_clobber_worklist() 158 VEC (int, heap) **worklist2) in init_transitive_clobber_worklist() 178 add_to_worklist (tree alias, VEC (tree, heap) **worklist, in add_to_worklist() 179 VEC (int, heap) **worklist2, in add_to_worklist() 193 mark_aliases_call_clobbered (tree tag, VEC (tree, heap) **worklist, in mark_aliases_call_clobbered() 194 VEC (int, heap) **worklist2) in mark_aliases_call_clobbered() 197 VEC (tree, gc) *ma; in mark_aliases_call_clobbered() 227 VEC (tree, heap) *taglist = NULL; in compute_tag_properties() 266 VEC (tree, gc) *ma; in compute_tag_properties() 410 VEC (tree, heap) *worklist = NULL; in compute_call_clobbered() [all …]
|
| H A D | tree-ssa-threadedge.c | 117 remove_temporary_equivalences (VEC(tree, heap) **stack) in remove_temporary_equivalences() 140 record_temporary_equivalence (tree x, tree y, VEC(tree, heap) **stack) in record_temporary_equivalence() 163 record_temporary_equivalences_from_phis (edge e, VEC(tree, heap) **stack) in record_temporary_equivalences_from_phis() 213 VEC(tree, heap) **stack, in record_temporary_equivalences_from_stmts_at_dest() 497 VEC(tree, heap) **stack, in thread_across_edge()
|
| H A D | basic-block.h | 220 VEC(edge,gc) *preds; 221 VEC(edge,gc) *succs; 370 VEC(basic_block,gc) *x_basic_block_info; 383 VEC(basic_block,gc) *x_label_to_block_map; 659 VEC(edge,gc) **container; 662 static inline VEC(edge,gc) * in VEC() function 674 ei_start_1 (VEC(edge,gc) **ev) in ei_start_1() 687 ei_last_1 (VEC(edge,gc) **ev) in ei_last_1()
|
| H A D | lambda.h | 201 VEC(tree,heap) **, 202 VEC(tree,heap) **); 204 VEC(tree,heap) *, VEC(tree,heap) *,
|
| H A D | tree-vect-analyze.c | 57 static void vect_mark_relevant (VEC(tree,heap) **, tree, bool, bool); 682 VEC (ddr_p, heap) *ddrs = LOOP_VINFO_DDRS (loop_vinfo); in vect_analyze_data_ref_dependences() 815 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_compute_data_refs_alignment() 841 VEC(dr_p,heap) *same_align_drs; in vect_update_misalignment_for_peel() 885 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_verify_datarefs_alignment() 1008 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_enhance_data_refs_alignment() 1203 VEC(tree,heap) *may_misalign_stmts in vect_enhance_data_refs_alignment() 1295 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo); in vect_analyze_data_ref_accesses() 1332 VEC (data_reference_p, heap) *datarefs; in vect_analyze_data_refs() 1425 vect_mark_relevant (VEC(tree,heap) **worklist, tree stmt, in vect_mark_relevant() [all …]
|
| H A D | tree-data-ref.c | 589 dump_data_references (FILE *file, VEC (data_reference_p, heap) *datarefs) in dump_data_references() 602 VEC (ddr_p, heap) *ddrs) in dump_data_dependence_relations() 722 print_dir_vectors (FILE *outf, VEC (lambda_vector, heap) *dir_vects, in print_dir_vectors() 735 print_dist_vectors (FILE *outf, VEC (lambda_vector, heap) *dist_vects, in print_dist_vectors() 854 dump_dist_dir_vectors (FILE *file, VEC (ddr_p, heap) *ddrs) in dump_dist_dir_vectors() 884 dump_ddrs (FILE *file, VEC (ddr_p, heap) *ddrs) in dump_ddrs() 963 VEC(tree,heap) **access_fns, in analyze_array_indexes() 1015 VEC(tree,heap) *acc_fns; in analyze_array() 1136 VEC(tree,heap) *acc_fns; in init_data_ref() 2190 VEC (loop_p, heap) *loop_nest) in initialize_data_dependence_relation() [all …]
|
| H A D | tree-ssa-structalias.c | 281 static VEC(varinfo_t,heap) *varmap; in VEC() function 411 static void get_constraint_for (tree, VEC(ce_s, heap) **); 412 static void do_deref (VEC (ce_s, heap) **); 428 static VEC(constraint_t,heap) *constraints; 476 VEC(constraint_t,heap) **complex; 664 constraint_vec_find (VEC(constraint_t,heap) *vec, in constraint_vec_find() 685 constraint_set_union (VEC(constraint_t,heap) **to, in constraint_set_union() 686 VEC(constraint_t,heap) **from) in constraint_set_union() 784 VEC (constraint_t, heap) *complex = graph->complex[var]; in insert_into_complex() 969 graph->complex = XCNEWVEC (VEC(constraint_t, heap) *, in build_pred_graph() [all …]
|
| H A D | sbitmap.h | 169 #define sbitmap_vector_free(VEC) free(VEC) argument
|
| H A D | tree-ssa-pre.c | 364 VEC (tree, gc) *vuses; 429 phi_trans_lookup (tree e, basic_block pred, VEC (tree, gc) *vuses) in phi_trans_lookup() 451 phi_trans_add (tree e, tree v, basic_block pred, VEC (tree, gc) *vuses) in phi_trans_add() 994 static VEC(tree, gc) * in VEC() function 995 translate_vuses_through_block (VEC (tree, gc) *vuses, basic_block block) in VEC() 998 VEC(tree, gc) *result = NULL; in VEC() 1079 VEC (tree, gc) *vuses = VALUE_HANDLE_VUSES (vh); in phi_translate() 1080 VEC (tree, gc) *tvuses; in phi_translate() 1165 VEC (tree, gc) * oldvuses = NULL; in phi_translate() 1166 VEC (tree, gc) * newvuses = NULL; in phi_translate() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | unicosmk.h | 342 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 343 unicosmk_defer_case_vector ((LAB),(VEC)) 345 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) gcc_unreachable () argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | unicosmk.h | 439 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 440 unicosmk_defer_case_vector ((LAB),(VEC)) 442 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) abort () argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sbitmap.h | 117 #define sbitmap_vector_free(VEC) free(VEC) argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | code-gen5.C | 17 typedef double VEC ; typedef 38 VEC *vec;
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 1128.crt | 15 jfqbKDOzZ2B+8bEkrfzJILxoFAOs5hW2q0WsB2waOJmNul/Md9DUg6VoM/sP/VEC
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.h | 192 VEC(tree,gc) *static_decls; 206 VEC(cp_class_binding,gc) *class_shadowed;
|