| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-c.cc | 307 return riscv_vector::check_builtin_call (loc, arg_loc, subcode, 353 targetm.check_builtin_call = riscv_check_builtin_call;
|
| riscv-protos.h | 567 bool check_builtin_call (location_t, vec<location_t>, unsigned int,
|
| riscv-vector-builtins.cc | 4714 check_builtin_call (location_t location, vec<location_t>, unsigned int code,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-c.cc | 360 return aarch64_sve::check_builtin_call (loc, arg_loc, subcode, 375 targetm.check_builtin_call = aarch64_check_builtin_call;
|
| aarch64-protos.h | 1012 bool check_builtin_call (location_t, vec<location_t>, unsigned int,
|
| aarch64-sve-builtins.cc | 3593 check_builtin_call (location_t location, vec<location_t>, unsigned int code,
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-c.cc | 409 return aarch64_sve::check_builtin_call (loc, arg_loc, subcode, 424 targetm.check_builtin_call = aarch64_check_builtin_call;
|
| aarch64-protos.h | 1028 bool check_builtin_call (location_t, vec<location_t>, unsigned int,
|
| aarch64-sve-builtins.cc | 4662 check_builtin_call (location_t location, vec<location_t>, unsigned int code,
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-c.cc | 546 targetm.check_builtin_call = arm_check_builtin_call;
|
| arm-protos.h | 241 bool check_builtin_call (location_t, vec<location_t>, unsigned int,
|
| arm-mve-builtins.cc | 2361 check_builtin_call (location_t location, vec<location_t>, unsigned int code,
|
| arm-builtins.cc | 4220 return arm_mve::check_builtin_call (loc, arg_loc, subcode,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-call-cdce.cc | 280 check_builtin_call (gcall *bcall) 333 return check_builtin_call (call); 278 check_builtin_call (gcall *bcall) function
|
| target.def | 2491 (check_builtin_call,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-call-cdce.cc | 280 check_builtin_call (gcall *bcall) 320 return check_builtin_call (call); 278 check_builtin_call (gcall *bcall) function
|
| target.def | 2451 (check_builtin_call,
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 6359 return (!targetm.check_builtin_call 6360 || targetm.check_builtin_call (loc, arg_loc, fndecl,
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 6260 return (!targetm.check_builtin_call 6261 || targetm.check_builtin_call (loc, arg_loc, fndecl,
|