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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 1549 rtx newop1;
1553 newop1 = gen_int_shift_amount (int_mode, bits - INTVAL (op1));
1555 newop1 = negate_rtx (GET_MODE (op1), op1);
1557 newop1 = expand_binop (GET_MODE (op1), sub_optab,
1561 temp = expand_binop_directly (icode, int_mode, otheroptab, op0, newop1,
1543 rtx newop1; local
tree-ssa-reassoc.cc 2280 tree newop1, newop2; local
2283 extract_ops_from_tree (t, &subcode, &newop1, &newop2);
2284 STRIP_USELESS_TYPE_CONVERSION (newop1);
2286 if (!is_gimple_val (newop1) || !is_gimple_val (newop2))
2319 tree newop1; local
2322 extract_ops_from_tree (t, &subcode, &newop1, &newop2);
2323 STRIP_USELESS_TYPE_CONVERSION (newop1);
2325 gcc_checking_assert (is_gimple_val (newop1)
2327 sum = build_and_add_sum (TREE_TYPE (t), newop1, newop2, subcode);
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 1566 rtx newop1;
1570 newop1 = gen_int_shift_amount (int_mode, bits - INTVAL (op1));
1572 newop1 = negate_rtx (GET_MODE (op1), op1);
1574 newop1 = expand_binop (GET_MODE (op1), sub_optab,
1578 temp = expand_binop_directly (icode, int_mode, otheroptab, op0, newop1,
1560 rtx newop1; local
tree-ssa-reassoc.cc 2284 tree newop1, newop2; local
2287 extract_ops_from_tree (t, &subcode, &newop1, &newop2);
2288 STRIP_USELESS_TYPE_CONVERSION (newop1);
2290 if (!is_gimple_val (newop1) || !is_gimple_val (newop2))
2293 && operand_equal_p (op1, newop1, 0)
2296 else if ((TREE_CODE (newop1) == SSA_NAME
2297 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (newop1))
2332 tree newop1; local
2335 extract_ops_from_tree (t, &subcode, &newop1, &newop2);
2336 STRIP_USELESS_TYPE_CONVERSION (newop1);
    [all...]

Completed in 28 milliseconds