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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 1191 tree oprnd0, oprnd1; local
1223 &oprnd0, &oprnd1))
1232 we know that oprnd1 is the reduction variable (defined by a loop-header
1291 mult_oprnd[0], mult_oprnd[1], oprnd1);
2496 tree oprnd0, oprnd1; local
2512 &oprnd0, &oprnd1)
2520 we know that oprnd1 is the reduction variable (defined by a loop-header
2537 pattern_stmt = gimple_build_assign (var, WIDEN_SUM_EXPR, unprom0.op, oprnd1);
3703 tree oprnd0, oprnd1, lhs, var, var1, var2, vectype, type, stype, def, def2; local
3726 oprnd1 = gimple_assign_rhs2 (last_stmt)
4040 tree oprnd0, oprnd1, lhs, var; local
4443 tree oprnd0, oprnd1, vectype, itype; local
4533 tree oprnd0, oprnd1, vectype, itype, cond; local
    [all...]
optabs.cc 254 widening-sum 2 oprnd0 - oprnd1
255 widening-dot-product 3 oprnd0 oprnd1 oprnd2
256 widening-mult 2 oprnd0 oprnd1 -
264 tree oprnd0, oprnd1, oprnd2;
273 oprnd1 = nops >= 2 ? ops->op1 : NULL_TREE;
303 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1));
333 tmode1 = TYPE_MODE (TREE_TYPE (oprnd1));
260 tree oprnd0, oprnd1, oprnd2; local
expr.cc 10814 tree oprnd1 = treeop1;
10816 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10924 tree oprnd1 = treeop1;
10927 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10937 tree oprnd1 = treeop1;
10940 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10950 tree oprnd1 = treeop1;
10954 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10794 tree oprnd1 = treeop1; local
10904 tree oprnd1 = treeop1; local
10917 tree oprnd1 = treeop1; local
10930 tree oprnd1 = treeop1; local
dwarf2out.cc 1438 new_loc_descr (enum dwarf_location_atom op, unsigned HOST_WIDE_INT oprnd1,
1446 descr->dw_loc_oprnd1.v.val_unsigned = oprnd1;
17053 HOST_WIDE_INT oprnd1 = INTVAL (XVECEXP (elem, 0, 0));
17056 = new_loc_descr ((enum dwarf_location_atom) dw_op, oprnd1,
17040 HOST_WIDE_INT oprnd1 = INTVAL (XVECEXP (elem, 0, 0)); local
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 252 widening-sum 2 oprnd0 - oprnd1
253 widening-dot-product 3 oprnd0 oprnd1 oprnd2
254 widening-mult 2 oprnd0 oprnd1 -
262 tree oprnd0, oprnd1, oprnd2;
272 oprnd1 = ops->op1;
303 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1));
333 tmode1 = TYPE_MODE (TREE_TYPE (oprnd1));
258 tree oprnd0, oprnd1, oprnd2; local
tree-vect-patterns.cc 1090 tree oprnd0, oprnd1; local
1122 &oprnd0, &oprnd1))
1131 we know that oprnd1 is the reduction variable (defined by a loop-header
1172 mult_oprnd[0], mult_oprnd[1], oprnd1);
1777 tree oprnd0, oprnd1; local
1793 &oprnd0, &oprnd1)
1801 we know that oprnd1 is the reduction variable (defined by a loop-header
1818 pattern_stmt = gimple_build_assign (var, WIDEN_SUM_EXPR, unprom0.op, oprnd1);
2594 tree oprnd0, oprnd1, lhs, var, var1, var2, vectype, type, stype, def, def2; local
2617 oprnd1 = gimple_assign_rhs2 (last_stmt)
2921 tree oprnd0, oprnd1, lhs, var; local
3323 tree oprnd0, oprnd1, vectype, itype; local
3413 tree oprnd0, oprnd1, vectype, itype, cond; local
    [all...]
expr.cc 10077 tree oprnd1 = treeop1;
10079 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10191 tree oprnd1 = treeop1;
10194 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10204 tree oprnd1 = treeop1;
10207 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10217 tree oprnd1 = treeop1;
10221 expand_operands (oprnd0, oprnd1, NULL_RTX, &op0, &op1, EXPAND_NORMAL);
10057 tree oprnd1 = treeop1; local
10171 tree oprnd1 = treeop1; local
10184 tree oprnd1 = treeop1; local
10197 tree oprnd1 = treeop1; local
dwarf2out.cc 1440 new_loc_descr (enum dwarf_location_atom op, unsigned HOST_WIDE_INT oprnd1,
1448 descr->dw_loc_oprnd1.v.val_unsigned = oprnd1;
16967 HOST_WIDE_INT oprnd1 = INTVAL (XVECEXP (elem, 0, 0));
16970 = new_loc_descr ((enum dwarf_location_atom) dw_op, oprnd1,
16954 HOST_WIDE_INT oprnd1 = INTVAL (XVECEXP (elem, 0, 0)); local

Completed in 115 milliseconds