Lines Matching refs:result_chain

5290 			  vec<tree> *result_chain)  in vect_permute_store_chain()  argument
5300 result_chain->quick_grow (length); in vect_permute_store_chain()
5301 memcpy (result_chain->address (), dr_chain.address (), in vect_permute_store_chain()
5365 (*result_chain)[j] = data_ref; in vect_permute_store_chain()
5404 (*result_chain)[2*j] = high; in vect_permute_store_chain()
5414 (*result_chain)[2*j+1] = low; in vect_permute_store_chain()
5416 memcpy (dr_chain.address (), result_chain->address (), in vect_permute_store_chain()
5913 vec<tree> *result_chain) in vect_permute_load_chain() argument
5922 result_chain->quick_grow (length); in vect_permute_load_chain()
5923 memcpy (result_chain->address (), dr_chain.address (), in vect_permute_load_chain()
5973 (*result_chain)[k] = data_ref; in vect_permute_load_chain()
6008 (*result_chain)[j/2] = data_ref; in vect_permute_load_chain()
6016 (*result_chain)[j/2+length/2] = data_ref; in vect_permute_load_chain()
6018 memcpy (dr_chain.address (), result_chain->address (), in vect_permute_load_chain()
6116 vec<tree> *result_chain) in vect_shift_permute_load_chain() argument
6136 result_chain->quick_grow (length); in vect_shift_permute_load_chain()
6137 memcpy (result_chain->address (), dr_chain.address (), in vect_shift_permute_load_chain()
6228 (*result_chain)[j/2 + length/2] = data_ref; in vect_shift_permute_load_chain()
6234 (*result_chain)[j/2] = data_ref; in vect_shift_permute_load_chain()
6236 memcpy (dr_chain.address (), result_chain->address (), in vect_shift_permute_load_chain()
6355 (*result_chain)[3 - (nelt % 3)] = vect[2]; in vect_shift_permute_load_chain()
6361 (*result_chain)[nelt % 3] = data_ref; in vect_shift_permute_load_chain()
6367 (*result_chain)[0] = data_ref; in vect_shift_permute_load_chain()
6385 vec<tree> result_chain = vNULL; in vect_transform_grouped_load() local
6390 result_chain.create (size); in vect_transform_grouped_load()
6399 gsi, &result_chain)) in vect_transform_grouped_load()
6400 vect_permute_load_chain (dr_chain, size, stmt_info, gsi, &result_chain); in vect_transform_grouped_load()
6401 vect_record_grouped_load_vectors (stmt_info, result_chain); in vect_transform_grouped_load()
6402 result_chain.release (); in vect_transform_grouped_load()
6411 vec<tree> result_chain) in vect_record_grouped_load_vectors() argument
6423 FOR_EACH_VEC_ELT (result_chain, i, tmp_data_ref) in vect_record_grouped_load_vectors()