Searched refs:binary_op (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dstatic_cast.C5 BinaryOperation binary_op) {
4 accumulate(InputIterator first, BinaryOperation binary_op) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/numeric/
H A Dsynopsis.cc28 BinaryOperation binary_op);
51 BinaryOperation binary_op);
63 BinaryOperation binary_op);
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-expressions.c150 gcc_jit_rvalue *binary_op = local
160 gcc_jit_block_end_with_return (initial, NULL, binary_op);
163 gcc_jit_rvalue_as_object (binary_op));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dsatisfy.c333 goto binary_op;
383 binary_op:
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c7626 tree binary_op = 0, unary_op = 0;
7660 singleton = TREE_OPERAND (exp, 2), binary_op = TREE_OPERAND (exp, 1);
7664 singleton = TREE_OPERAND (exp, 1), binary_op = TREE_OPERAND (exp, 2);
7704 if (temp && singleton && binary_op
7705 && (TREE_CODE (binary_op) == PLUS_EXPR
7706 || TREE_CODE (binary_op) == MINUS_EXPR
7707 || TREE_CODE (binary_op) == BIT_IOR_EXPR
7708 || TREE_CODE (binary_op) == BIT_XOR_EXPR)
7709 && (BRANCH_COST >= 3 ? integer_pow2p (TREE_OPERAND (binary_op, 1))
7710 : integer_onep (TREE_OPERAND (binary_op,
7610 tree binary_op = 0, unary_op = 0; local
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.c986 /* Create a recording::binary_op instance and add it to this context's
1000 new binary_op (this, loc, op, result_type, a, b);
4420 /* The implementation of class gcc::jit::recording::binary_op. */
4423 for recording::binary_op. */
4426 recording::binary_op::replay_into (replayer *r)
4436 for recording::binary_op. */
4438 recording::binary_op::visit_children (rvalue_visitor *v)
4463 recording::binary_op::make_debug_string ()
4491 recording::binary_op::write_reproducer (reproducer &r)
4530 recording::binary_op
5397 playback::rvalue *binary_op = local
5407 binary_op); local
[all...]
H A Djit-recording.h1313 class binary_op : public rvalue class in namespace:gcc::jit::recording
1316 binary_op (context *ctxt, function in class:gcc::jit::recording::binary_op
/haiku-buildtools/gcc/gcc/
H A Dtree-vect-stmts.c3274 if (op_type == binary_op)
3285 if (op_type != binary_op)
3424 if (op_type == binary_op)
3559 if (op_type == binary_op)
3648 gcc_assert (!(multi_step_cvt && op_type == binary_op));
3762 if (op_type == binary_op)
3802 if (op_type == binary_op)
3889 if (op_type == binary_op)
3905 if (op_type == binary_op)
4656 if (op_type != unary_op && op_type != binary_op
[all...]
H A Dtree-vectorizer.h38 binary_op, enumerator in enum:operation_type
H A Dtree-vect-loop.c4952 gcc_assert (op_type == binary_op);
5439 if (op_type == binary_op)
5701 gcc_assert (rhs_class != GIMPLE_BINARY_RHS || op_type == binary_op);

Completed in 214 milliseconds