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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 2535 int op_no = 0; local
2540 op_no = internal_fn_stored_value_index (gimple_call_internal_fn (call));
2543 op_no = vect_slp_child_index_for_operand
2544 (stmt_info->stmt, op_no, STMT_VINFO_GATHER_SCATTER_P (stmt_info));
2548 if (!vect_is_simple_use (vinfo, stmt_info, slp_node, op_no,
3962 int op_no = i + masked_call_offset;
3964 op_no = vect_slp_child_index_for_operand (stmt, op_no, false);
3966 op_no, &op, &slp_op[i],
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 2695 unsigned op_no = 0; local
2700 op_no = internal_fn_stored_value_index (gimple_call_internal_fn (call));
2706 if (!vect_is_simple_use (vinfo, stmt_info, slp_node, op_no,

Completed in 44 milliseconds