Searched refs:num_pr (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins.cc | 573 add_sve_type_attribute (tree type, unsigned int num_zr, unsigned int num_pr, in add_sve_type_attribute() argument 581 value = tree_cons (NULL_TREE, size_int (num_pr), value); in add_sve_type_attribute() 3348 unsigned int num_zr = 0, num_pr = 0; in register_builtin_types() local 3358 num_pr = 1; in register_builtin_types() 3381 add_sve_type_attribute (vectype, num_zr, num_pr, in register_builtin_types() 3654 builtin_type_p (const_tree type, unsigned int *num_zr, unsigned int *num_pr) in builtin_type_p() argument 3661 *num_pr = tree_to_uhwi (TREE_VALUE (num_pr_node)); in builtin_type_p()
|
| H A D | aarch64.cc | 246 unsigned int num_pr; member 264 unsigned int num_pr () const; 2955 && first_pr + num_pr <= P0_REGNUM + NUM_PR_ARG_REGS); in get_rtx() 2957 if (num_zr > 0 && num_pr == 0) in get_rtx() 2960 if (num_zr == 0 && num_pr == 1) in get_rtx() 2980 pure_scalable_type_info::num_pr () const in num_pr() function in pure_scalable_type_info 2984 res += pieces[i].num_pr; in num_pr() 3013 first_pr += pieces[i].num_pr; in get_rtx() 3038 if (aarch64_sve::builtin_type_p (type, &p.num_zr, &p.num_pr)) in analyze() 3192 prev.num_pr += p.num_pr; in add_piece() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins.cc | 573 add_sve_type_attribute (tree type, unsigned int num_zr, unsigned int num_pr, in add_sve_type_attribute() argument 581 value = tree_cons (NULL_TREE, size_int (num_pr), value); in add_sve_type_attribute() 3349 unsigned int num_zr = 0, num_pr = 0; in register_builtin_types() local 3359 num_pr = 1; in register_builtin_types() 3382 add_sve_type_attribute (vectype, num_zr, num_pr, in register_builtin_types() 3654 builtin_type_p (const_tree type, unsigned int *num_zr, unsigned int *num_pr) in builtin_type_p() argument 3661 *num_pr = tree_to_uhwi (TREE_VALUE (num_pr_node)); in builtin_type_p()
|
| H A D | aarch64.c | 241 unsigned int num_pr; member 259 unsigned int num_pr () const; 1822 && first_pr + num_pr <= P0_REGNUM + NUM_PR_ARG_REGS); in get_rtx() 1824 if (num_zr > 0 && num_pr == 0) in get_rtx() 1827 if (num_zr == 0 && num_pr == 1) in get_rtx() 1847 pure_scalable_type_info::num_pr () const in num_pr() function 1851 res += pieces[i].num_pr; in num_pr() 1880 first_pr += pieces[i].num_pr; in get_rtx() 1905 if (aarch64_sve::builtin_type_p (type, &p.num_zr, &p.num_pr)) in analyze() 2059 prev.num_pr += p.num_pr; in add_piece() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2020 | 25304 (pure_scalable_type_info::num_pr): Likewise.
|