HomeSort by: relevance | last modified time | path
    Searched refs:vec_lhs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10642 tree bitsize, tree bitstart, tree vec_lhs,
10647 tree vec_lhs_phi = copy_ssa_name (vec_lhs);
10650 SET_PHI_ARG_DEF (phi, i, vec_lhs);
10668 SCALAR_RES = VEC_EXTRACT <VEC_LHS, LEN + BIAS - 1>
10670 where VEC_LHS is the vectorized live-out result and MASK is
10691 /* SCALAR_RES = VEC_EXTRACT <VEC_LHS, LEN + BIAS - 1>. */
10703 SCALAR_RES = EXTRACT_LAST <VEC_LHS, MASK>
10705 where VEC_LHS is the vectorized live-out result and MASK is
10920 tree vec_lhs, vec_lhs0, bitstart; local
10929 vec_lhs = SLP_TREE_VEC_DEFS (slp_node)[vec_entry]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8895 tree vec_lhs, bitstart; local
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
    [all...]

Completed in 32 milliseconds