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

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 99 binary_op (tree_code code, tree type, tree arg0, tree arg1) function
198 rhs = binary_op (code, build_ctype (e1->type),
585 /* If the result is complex, then we can shortcut binary_op.
660 this->result_ = binary_op (code, build_ctype (e->type),
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 1211 /* Create a recording::binary_op instance and add it to this context's
1225 new binary_op (this, loc, op, result_type, a, b);
5902 /* The implementation of class gcc::jit::recording::binary_op. */
5905 for recording::binary_op. */
5908 recording::binary_op::replay_into (replayer *r)
5918 for recording::binary_op. */
5920 recording::binary_op::visit_children (rvalue_visitor *v)
5945 recording::binary_op::make_debug_string ()
5973 recording::binary_op::write_reproducer (reproducer &r)
6012 recording::binary_op::get_precedence () cons
6990 playback::rvalue *binary_op = local
7000 binary_op); local
    [all...]
jit-recording.h 1742 class binary_op : public rvalue class in namespace:gcc::jit::recording
1745 binary_op (context *ctxt, function in class:gcc::jit::recording::binary_op
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 1198 /* Create a recording::binary_op instance and add it to this context's
1212 new binary_op (this, loc, op, result_type, a, b);
5659 /* The implementation of class gcc::jit::recording::binary_op. */
5662 for recording::binary_op. */
5665 recording::binary_op::replay_into (replayer *r)
5675 for recording::binary_op. */
5677 recording::binary_op::visit_children (rvalue_visitor *v)
5702 recording::binary_op::make_debug_string ()
5730 recording::binary_op::write_reproducer (reproducer &r)
5769 recording::binary_op::get_precedence () cons
6745 playback::rvalue *binary_op = local
6755 binary_op); local
    [all...]
jit-recording.h 1641 class binary_op : public rvalue class in namespace:gcc::jit::recording
1644 binary_op (context *ctxt, function in class:gcc::jit::recording::binary_op
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 45 binary_op, enumerator in enum:operation_type
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 45 binary_op, enumerator in enum:operation_type

Completed in 39 milliseconds