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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 3174 tree addop, mulop1 = op1, result = mul_result; local
3215 mulop1 = gimple_build (&seq, NEGATE_EXPR, type, mulop1);
3222 = gimple_build_call_internal (IFN_COND_LEN_FMA, 7, cond, mulop1, op2,
3225 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
3228 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
3388 /* Combine the multiplication at MUL_STMT with operands MULOP1 and MULOP2
tree-ssa-math-opts.cc 3174 tree addop, mulop1 = op1, result = mul_result; local
3215 mulop1 = gimple_build (&seq, NEGATE_EXPR, type, mulop1);
3222 = gimple_build_call_internal (IFN_COND_LEN_FMA, 7, cond, mulop1, op2,
3225 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
3228 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
3388 /* Combine the multiplication at MUL_STMT with operands MULOP1 and MULOP2
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 3016 tree addop, mulop1 = op1, result = mul_result; local
3056 mulop1 = gimple_build (&seq, NEGATE_EXPR, type, mulop1);
3062 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
3065 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
3225 /* Combine the multiplication at MUL_STMT with operands MULOP1 and MULOP2
tree-ssa-math-opts.cc 3016 tree addop, mulop1 = op1, result = mul_result; local
3056 mulop1 = gimple_build (&seq, NEGATE_EXPR, type, mulop1);
3062 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
3065 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
3225 /* Combine the multiplication at MUL_STMT with operands MULOP1 and MULOP2

Completed in 33 milliseconds