Home | History | Annotate | Download | only in aarch64

Lines Matching defs:rhs_tuple

1019     tree rhs_tuple = gimple_call_arg (f.call, 0);
1021 tree field = tuple_type_field (TREE_TYPE (rhs_tuple));
1023 rhs_tuple, field, NULL_TREE);
2027 tree rhs_tuple = gimple_call_arg (f.call, 0);
2037 gassign *copy = gimple_build_assign (unshare_expr (f.lhs), rhs_tuple);
2054 rtx rhs_tuple = e.args[0];
2060 emit_move_insn (lhs_tuple, rhs_tuple);
2208 tree rhs_tuple = gimple_call_arg (f.call, num_args - 1);
2209 tree field = tuple_type_field (TREE_TYPE (rhs_tuple));
2210 tree rhs_array = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (field), rhs_tuple);