Lines Matching refs:vec_oprnds

3151   vec<tree> vec_oprnds = vNULL;  in vectorizable_bswap()  local
3158 vect_get_vec_defs (op, NULL, stmt_info, &vec_oprnds, NULL, slp_node); in vectorizable_bswap()
3160 vect_get_vec_defs_for_stmt_copy (vinfo, &vec_oprnds, NULL); in vectorizable_bswap()
3165 FOR_EACH_VEC_ELT (vec_oprnds, i, vop) in vectorizable_bswap()
3196 vec_oprnds.release (); in vectorizable_bswap()
4579 vec<tree> *vec_oprnds, int multi_step_cvt) in vect_get_loop_based_defs() argument
4592 vec_oprnds->quick_push (vec_oprnd); in vect_get_loop_based_defs()
4596 vec_oprnds->quick_push (vec_oprnd); in vect_get_loop_based_defs()
4603 vect_get_loop_based_defs (oprnd, stmt_info, vec_oprnds, in vect_get_loop_based_defs()
4613 vect_create_vectorized_demotion_stmts (vec<tree> *vec_oprnds, in vect_create_vectorized_demotion_stmts() argument
4626 for (i = 0; i < vec_oprnds->length (); i += 2) in vect_create_vectorized_demotion_stmts()
4629 vop0 = (*vec_oprnds)[i]; in vect_create_vectorized_demotion_stmts()
4630 vop1 = (*vec_oprnds)[i + 1]; in vect_create_vectorized_demotion_stmts()
4639 (*vec_oprnds)[i/2] = new_tmp; in vect_create_vectorized_demotion_stmts()
4667 vec_oprnds->truncate ((i+1)/2); in vect_create_vectorized_demotion_stmts()
4668 vect_create_vectorized_demotion_stmts (vec_oprnds, multi_step_cvt - 1, in vect_create_vectorized_demotion_stmts()
5352 vec<tree> vec_oprnds = vNULL; in vectorizable_assignment() local
5463 vect_get_vec_defs (op, NULL, stmt_info, &vec_oprnds, NULL, slp_node); in vectorizable_assignment()
5465 vect_get_vec_defs_for_stmt_copy (vinfo, &vec_oprnds, NULL); in vectorizable_assignment()
5469 FOR_EACH_VEC_ELT (vec_oprnds, i, vop) in vectorizable_assignment()
5494 vec_oprnds.release (); in vectorizable_assignment()
7369 vec<tree> vec_oprnds = vNULL; in vectorizable_store() local
7966 &vec_oprnds, NULL, slp_node); in vectorizable_store()
7967 vec_oprnd = vec_oprnds[0]; in vectorizable_store()
7979 vec_oprnd = vec_oprnds[j]; in vectorizable_store()
8049 vec_oprnds.release (); in vectorizable_store()
8157 vect_get_vec_defs (op, NULL_TREE, stmt_info, &vec_oprnds, in vectorizable_store()
8160 vec_oprnd = vec_oprnds[0]; in vectorizable_store()
8351 vec_oprnd = vec_oprnds[i]; in vectorizable_store()
8442 vec_oprnds.release (); in vectorizable_store()