Home
last modified time | relevance | path

Searched defs:nelts_per_pattern (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vector-builder.c42 unsigned int nelts_per_pattern = VECTOR_CST_NELTS_PER_PATTERN (t); in new_unary_operation() local
90 unsigned int nelts_per_pattern = MAX (VECTOR_CST_NELTS_PER_PATTERN (t1), in new_binary_operation() local
116 unsigned int nelts_per_pattern = MAX (VECTOR_CST_NELTS_PER_PATTERN (t1), in binary_encoded_nelts() local
H A Dvector-builder.h95 unsigned int nelts_per_pattern () const { return m_nelts_per_pattern; } in nelts_per_pattern() function
165 unsigned int nelts_per_pattern) in new_vector()
232 unsigned int nelts_per_pattern) in reshape()
H A Drtx-vector-builder.h63 unsigned int nelts_per_pattern) in rtx_vector_builder()
73 unsigned int nelts_per_pattern) in new_vector()
H A Dtree-vector-builder.h63 unsigned int nelts_per_pattern) in tree_vector_builder()
73 unsigned int nelts_per_pattern) in new_vector()
H A Dint-vector-builder.h58 unsigned int nelts_per_pattern) in int_vector_builder()
H A Dvec-perm-indices.c183 unsigned int nelts_per_pattern = m_encoding.nelts_per_pattern (); in all_in_range_p() local
H A Dtree-streamer-in.c604 unsigned int nelts_per_pattern = bp_unpack_value (&bp, 8); in streamer_alloc_tree() local
H A Dexpmed.c5295 unsigned int nelts_per_pattern = CONST_VECTOR_NELTS_PER_PATTERN (x); in make_tree() local
H A Drtl.h429 unsigned int nelts_per_pattern : 8; member
H A Dtree-core.h981 unsigned int nelts_per_pattern : 8; member