Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-traits.h86 typedef Type compare_type; typedef
148 typedef Type *compare_type; typedef
152 const compare_type &candidate);
172 const compare_type &candidate) in equal()
321 typedef std::pair <typename T1::compare_type,
322 typename T2::compare_type> compare_type; typedef
325 static inline bool equal (const value_type &, const compare_type &);
343 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal()
H A Dtree-hasher.h34 typedef int_tree_map compare_type; typedef
36 static inline bool equal (const value_type &, const compare_type &);
59 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
H A Dtree-hash-traits.h28 const compare_type &);
39 const compare_type &t2) in equal()
H A Dtree-vect-loop-manip.c423 tree compare_type = LOOP_VINFO_MASK_COMPARE_TYPE (loop_vinfo); in vect_set_loop_masks_directly() local
441 tree compare_factor = build_int_cst (compare_type, nscalars_per_iter); in vect_set_loop_masks_directly()
443 nscalars_total = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly()
448 nscalars_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly()
461 tree zero_index = build_int_cst (compare_type, 0); in vect_set_loop_masks_directly()
493 tree adjust = gimple_convert (preheader_seq, compare_type, in vect_set_loop_masks_directly()
496 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly()
498 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type, in vect_set_loop_masks_directly()
500 test_limit = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly()
510 tree const_limit = build_int_cst (compare_type, in vect_set_loop_masks_directly()
[all …]
H A Dhash-table.h377 typedef typename Descriptor::compare_type compare_type; typedef
425 value_type &find_with_hash (const compare_type &, hashval_t);
445 value_type *find_slot_with_hash (const compare_type &comparable,
451 void remove_elt_with_hash (const compare_type &, hashval_t);
531 void verify (const compare_type &comparable, hashval_t hash);
907 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash()
953 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash()
1025 ::verify (const compare_type &comparable, hashval_t hash) in verify()
1045 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
H A Dhash-set-tests.c185 typedef value_type compare_type; typedef
192 static bool equal (const value_type &a, const compare_type &b) in equal()
H A Dhsa-common.h1079 static inline bool equal (const value_type, const compare_type);
1093 hsa_noop_symbol_hasher::equal (const value_type a, const compare_type b) in equal()
1301 static inline bool equal (const value_type, const compare_type);
1315 hsa_internal_fn_hasher::equal (const value_type a, const compare_type b) in equal()
H A Dtree-ssa-scopedtables.h113 static bool equal (const value_type &, const compare_type &);
H A Dgentarget-def.c34 typedef const char *compare_type; typedef
H A Dhard-reg-set.h367 typedef const subreg_shape *compare_type;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-traits.h98 typedef Type compare_type; typedef
160 typedef Type *compare_type; typedef
164 const compare_type &candidate);
184 const compare_type &candidate) in equal()
338 typedef std::pair <typename T1::compare_type,
339 typename T2::compare_type> compare_type; typedef
342 static inline bool equal (const value_type &, const compare_type &);
360 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal()
H A Dtree-hasher.h34 typedef int_tree_map compare_type; typedef
36 static inline bool equal (const value_type &, const compare_type &);
59 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
H A Dtree-hash-traits.h28 const compare_type &);
39 const compare_type &t2) in equal()
H A Dtree-vect-loop-manip.cc429 tree compare_type = LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo); in vect_set_loop_controls_directly() local
440 length_limit = build_int_cst (compare_type, nitems_per_ctrl); in vect_set_loop_controls_directly()
453 tree compare_factor = build_int_cst (compare_type, nitems_per_iter); in vect_set_loop_controls_directly()
455 nitems_total = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_controls_directly()
460 nitems_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_controls_directly()
473 tree zero_index = build_int_cst (compare_type, 0); in vect_set_loop_controls_directly()
505 tree adjust = gimple_convert (preheader_seq, compare_type, in vect_set_loop_controls_directly()
508 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_controls_directly()
510 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type, in vect_set_loop_controls_directly()
512 test_limit = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_controls_directly()
[all …]
H A Dhash-table.h377 typedef typename Descriptor::compare_type compare_type; typedef
425 value_type &find_with_hash (const compare_type &, hashval_t);
445 value_type *find_slot_with_hash (const compare_type &comparable,
451 void remove_elt_with_hash (const compare_type &, hashval_t);
531 void verify (const compare_type &comparable, hashval_t hash);
910 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash()
956 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash()
1028 ::verify (const compare_type &comparable, hashval_t hash) in verify()
1048 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
H A Dhash-set-tests.cc185 typedef value_type compare_type; typedef
192 static bool equal (const value_type &a, const compare_type &b) in equal()
H A Dctfc.h223 typedef ctf_dtdef_ref compare_type; typedef
243 typedef ctf_dvdef_ref compare_type; typedef
H A Dtree-ssa-scopedtables.h113 static bool equal (const value_type &, const compare_type &);
H A Dgentarget-def.cc34 typedef const char *compare_type; typedef
H A Dhard-reg-set.h369 typedef const subreg_shape *compare_type;
H A Dhash-map.h48 typedef Key compare_type; in class() typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h319 typedef Type compare_type; typedef
336 typedef Type compare_type; typedef
H A Dexploded-graph.h476 typedef exploded_node *compare_type; typedef
546 typedef per_program_point_data *compare_type; typedef
613 typedef per_call_string_data *compare_type; typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.h117 typedef Type compare_type; typedef
H A Dexploded-graph.h412 typedef exploded_node *compare_type; typedef
482 typedef per_program_point_data *compare_type; typedef
549 typedef per_call_string_data *compare_type; typedef

123456