Home
last modified time | relevance | path

Searched refs:result_chain (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-data-refs.cc5505 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()
[all …]
H A Dtree-vect-stmts.cc7493 vec<tree> result_chain = vNULL; in vectorizable_store() local
8430 result_chain.create (group_size); in vectorizable_store()
8433 gsi, &result_chain); in vectorizable_store()
8479 vec_oprnd = result_chain[i]; in vectorizable_store()
8606 result_chain.release (); in vectorizable_store()
H A DChangeLog-201337054 method on dr_chain and result_chain.
37056 result_chain.create if j == 0.
37196 method on dr_chain and result_chain.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-data-refs.c5290 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()
[all …]
H A Dtree-vect-stmts.c7367 vec<tree> result_chain = vNULL; in vectorizable_store() local
8306 result_chain.create (group_size); in vectorizable_store()
8309 &result_chain); in vectorizable_store()
8355 vec_oprnd = result_chain[i]; in vectorizable_store()
8441 result_chain.release (); in vectorizable_store()