Home | History | Annotate | Download | only in gcc

Lines Matching refs:vec_lhs

8895   tree vec_lhs, bitstart;
8903 vec_lhs = gimple_get_lhs (vec_stmt);
8913 vec_lhs = gimple_get_lhs (vec_stmt);
8921 /* Ensure the VEC_LHS for lane extraction stmts satisfy loop-closed PHI
8929 # vec_lhs' = PHI <vec_lhs>
8930 new_tree = lane_extract <vec_lhs', ...>;
8937 tree vec_lhs_phi = copy_ssa_name (vec_lhs);
8939 SET_PHI_ARG_DEF (phi, single_exit (loop)->dest_idx, vec_lhs);
8947 SCALAR_RES = EXTRACT_LAST <VEC_LHS, MASK>
8949 where VEC_LHS is the vectorized live-out result and MASK is
9023 vec_lhs, bitsize, bitstart);