HomeSort by: relevance | last modified time | path
    Searched defs:scalar_res (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10658 tree scalar_res = gimple_build (&stmts, BIT_FIELD_REF, TREE_TYPE (vectype), local
10662 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10668 SCALAR_RES = VEC_EXTRACT <VEC_LHS, LEN + BIAS - 1>
10691 /* SCALAR_RES = VEC_EXTRACT <VEC_LHS, LEN + BIAS - 1>. */
10692 tree scalar_res local
10697 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10703 SCALAR_RES = EXTRACT_LAST <VEC_LHS, MASK>
10714 tree scalar_res; local
10717 scalar_res = gimple_build (&stmts, CFN_EXTRACT_LAST, scalar_type,
10721 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
    [all...]
tree-vect-loop.cc 10658 tree scalar_res = gimple_build (&stmts, BIT_FIELD_REF, TREE_TYPE (vectype), local
10662 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10668 SCALAR_RES = VEC_EXTRACT <VEC_LHS, LEN + BIAS - 1>
10691 /* SCALAR_RES = VEC_EXTRACT <VEC_LHS, LEN + BIAS - 1>. */
10692 tree scalar_res local
10697 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10703 SCALAR_RES = EXTRACT_LAST <VEC_LHS, MASK>
10714 tree scalar_res; local
10717 scalar_res = gimple_build (&stmts, CFN_EXTRACT_LAST, scalar_type,
10721 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8947 SCALAR_RES = EXTRACT_LAST <VEC_LHS, MASK>
8955 tree scalar_res = gimple_build (&stmts, CFN_EXTRACT_LAST, scalar_type, local
8959 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
tree-vect-loop.cc 8947 SCALAR_RES = EXTRACT_LAST <VEC_LHS, MASK>
8955 tree scalar_res = gimple_build (&stmts, CFN_EXTRACT_LAST, scalar_type, local
8959 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);

Completed in 50 milliseconds