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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1110 tree rhs_tuple = gimple_call_arg (f.call, 0); variable
1112 tree field = tuple_type_field (TREE_TYPE (rhs_tuple));
1114 rhs_tuple, field, NULL_TREE);
2466 tree rhs_tuple = gimple_call_arg (f.call, 0); variable
2476 gassign *copy = gimple_build_assign (unshare_expr (f.lhs), rhs_tuple);
2493 rtx rhs_tuple = e.args[0]; variable
2499 emit_move_insn (lhs_tuple, rhs_tuple);
2651 tree rhs_tuple = gimple_call_arg (f.call, num_args - 1); variable
2652 tree field = tuple_type_field (TREE_TYPE (rhs_tuple));
2653 tree rhs_array = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (field), rhs_tuple);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1019 tree rhs_tuple = gimple_call_arg (f.call, 0); variable
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); variable
2037 gassign *copy = gimple_build_assign (unshare_expr (f.lhs), rhs_tuple);
2054 rtx rhs_tuple = e.args[0]; variable
2060 emit_move_insn (lhs_tuple, rhs_tuple);
2208 tree rhs_tuple = gimple_call_arg (f.call, num_args - 1); variable
2209 tree field = tuple_type_field (TREE_TYPE (rhs_tuple));
2210 tree rhs_array = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (field), rhs_tuple);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-bases.cc 1794 tree rhs_tuple = gimple_call_arg (f.call, 0); variable
1797 if (!riscv_v_ext_tuple_mode_p (TYPE_MODE (TREE_TYPE (rhs_tuple))))
1808 gassign *copy = gimple_build_assign (unshare_expr (f.lhs), rhs_tuple);
1847 tree rhs_tuple = gimple_call_arg (f.call, 0); variable
1850 if (!riscv_v_ext_tuple_mode_p (TYPE_MODE (TREE_TYPE (rhs_tuple))))
1853 tree field = tuple_type_field (TREE_TYPE (rhs_tuple));
1855 = build3 (COMPONENT_REF, TREE_TYPE (field), rhs_tuple, field, NULL_TREE);

Completed in 64 milliseconds