Searched refs:bit_field_size (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-forwprop.cc | 2457 if (maybe_ne (bit_field_size (op), size)) in simplify_bitfield_ref() 2830 bit_field_size (op1), &elem) in simplify_vector_constructor() 3216 || (known_eq (bit_field_size (use_rhs), def_eltsize) in optimize_vector_load()
|
H A D | tree-vect-slp.cc | 1789 if (!known_eq (bit_field_size (bfref), in vect_build_slp_tree_2() 1792 bit_field_size (bfref), &lane)) in vect_build_slp_tree_2()
|
H A D | tree-ssa-reassoc.cc | 2008 if (maybe_ne (bit_field_size (rhs), elem_size)) in undistribute_bitref_for_vector()
|
H A D | tree.h | 5347 bit_field_size (const_tree t) in bit_field_size() function
|
H A D | ChangeLog-2017 | 653 * tree.h (bit_field_size, bit_field_offset): New functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-forwprop.c | 2048 if (maybe_ne (bit_field_size (op), size)) in simplify_bitfield_ref() 2312 bit_field_size (op1), &elem) in simplify_vector_constructor()
|
H A D | tree.h | 5164 bit_field_size (const_tree t) in bit_field_size() function
|
H A D | hsa-gen.c | 1966 && (!multiple_p (bit_field_size (ref), BITS_PER_UNIT)
|
H A D | tree-ssa-reassoc.c | 1939 if (maybe_ne (bit_field_size (rhs), elem_size)) in undistribute_bitref_for_vector()
|