Home
last modified time | relevance | path

Searched refs:rs6000_darwin64_struct_check_p (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/rs6000/
H A Drs6000-internal.h128 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c6442 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
6550 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7053 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
7311 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/rs6000/
H A Drs6000-internal.h130 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c7138 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
7246 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7759 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
8017 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/rs6000/
H A Drs6000-internal.h128 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c6470 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
6578 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7091 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
7349 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000-internal.h130 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c7136 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
7244 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7757 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
8015 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/rs6000/
H A Drs6000-internal.h128 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c6470 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
6578 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7091 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
7349 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000-internal.h130 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c7136 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
7244 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7757 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
8015 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/rs6000/
H A Drs6000-internal.h132 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type);
H A Drs6000-call.c7175 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
7283 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
7796 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
8044 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (arg.mode, arg.type)) in rs6000_arg_partial_bytes()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/rs6000/
H A Drs6000.c7942 rs6000_darwin64_struct_check_p (enum machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
8040 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
8568 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
8825 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
27289 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/rs6000/
H A Drs6000.c9572 rs6000_darwin64_struct_check_p (enum machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
9675 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
10285 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
10536 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
31263 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/rs6000/
H A Drs6000.c9480 rs6000_darwin64_struct_check_p (enum machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
9583 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
10193 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
10444 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
30975 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c11989 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
12100 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
12607 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12864 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36536 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/rs6000/
H A Drs6000.c11411 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
11519 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
12026 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12283 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36279 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/rs6000/
H A Drs6000.c11044 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
11147 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
11752 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12014 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
35511 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/rs6000/
H A Drs6000.c11853 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
11964 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
12471 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12726 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36382 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c11989 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
12100 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
12607 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12864 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36536 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c11989 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
12100 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
12607 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12864 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36536 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c11989 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
12100 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
12607 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12864 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36536 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/rs6000/
H A Drs6000.c11281 rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type) in rs6000_darwin64_struct_check_p() function
11389 else if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg_advance_1()
11896 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_function_arg()
12153 if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) in rs6000_arg_partial_bytes()
36049 && rs6000_darwin64_struct_check_p (TYPE_MODE (valtype), valtype)) in rs6000_function_value()

123