Lines Matching refs:result_chain

5505 			  vec<tree> *result_chain)  in vect_permute_store_chain()  argument
5515 result_chain->quick_grow (length); in vect_permute_store_chain()
5516 memcpy (result_chain->address (), dr_chain.address (), in vect_permute_store_chain()
5580 (*result_chain)[j] = data_ref; in vect_permute_store_chain()
5619 (*result_chain)[2*j] = high; in vect_permute_store_chain()
5629 (*result_chain)[2*j+1] = low; in vect_permute_store_chain()
5631 memcpy (dr_chain.address (), result_chain->address (), in vect_permute_store_chain()
6129 vec<tree> *result_chain) in vect_permute_load_chain() argument
6138 result_chain->quick_grow (length); in vect_permute_load_chain()
6139 memcpy (result_chain->address (), dr_chain.address (), in vect_permute_load_chain()
6189 (*result_chain)[k] = data_ref; in vect_permute_load_chain()
6224 (*result_chain)[j/2] = data_ref; in vect_permute_load_chain()
6232 (*result_chain)[j/2+length/2] = data_ref; in vect_permute_load_chain()
6234 memcpy (dr_chain.address (), result_chain->address (), in vect_permute_load_chain()
6332 vec<tree> *result_chain) in vect_shift_permute_load_chain() argument
6352 result_chain->quick_grow (length); in vect_shift_permute_load_chain()
6353 memcpy (result_chain->address (), dr_chain.address (), in vect_shift_permute_load_chain()
6444 (*result_chain)[j/2 + length/2] = data_ref; in vect_shift_permute_load_chain()
6450 (*result_chain)[j/2] = data_ref; in vect_shift_permute_load_chain()
6452 memcpy (dr_chain.address (), result_chain->address (), in vect_shift_permute_load_chain()
6571 (*result_chain)[3 - (nelt % 3)] = vect[2]; in vect_shift_permute_load_chain()
6577 (*result_chain)[nelt % 3] = data_ref; in vect_shift_permute_load_chain()
6583 (*result_chain)[0] = data_ref; in vect_shift_permute_load_chain()
6602 vec<tree> result_chain = vNULL; in vect_transform_grouped_load() local
6607 result_chain.create (size); in vect_transform_grouped_load()
6616 gsi, &result_chain)) in vect_transform_grouped_load()
6618 size, stmt_info, gsi, &result_chain); in vect_transform_grouped_load()
6619 vect_record_grouped_load_vectors (vinfo, stmt_info, result_chain); in vect_transform_grouped_load()
6620 result_chain.release (); in vect_transform_grouped_load()
6629 vec<tree> result_chain) in vect_record_grouped_load_vectors() argument
6640 FOR_EACH_VEC_ELT (result_chain, i, tmp_data_ref) in vect_record_grouped_load_vectors()