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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 3361 tree new_ops[2]; local
3362 vect_convert_inputs (vinfo, last_stmt_info, 2, new_ops, new_type,
3365 = gimple_build_call_internal (ifn, 2, new_ops[0], new_ops[1]);
3524 tree new_ops[2]; local
3525 vect_convert_inputs (vinfo, last_stmt_info, 2, new_ops, new_type,
3532 shifted_op0 = new_ops[0] >> 1;
3533 shifted_op1 = new_ops[1] >> 1;
3535 unmasked_carry = new_ops[0] and/or new_ops[1]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 2252 tree new_ops[2]; local
2253 vect_convert_inputs (vinfo, last_stmt_info, 2, new_ops, new_type,
2256 = gimple_build_call_internal (ifn, 2, new_ops[0], new_ops[1]);
2415 tree new_ops[2]; local
2416 vect_convert_inputs (vinfo, last_stmt_info, 2, new_ops, new_type,
2423 shifted_op0 = new_ops[0] >> 1;
2424 shifted_op1 = new_ops[1] >> 1;
2426 unmasked_carry = new_ops[0] and/or new_ops[1]
    [all...]

Completed in 21 milliseconds