Home
last modified time | relevance | path

Searched refs:const_vg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c4000 unsigned int vl, const_vg; in aarch64_fold_sve_cnt_pat() local
4005 else if (aarch64_sve_vg.is_constant (&const_vg)) in aarch64_fold_sve_cnt_pat()
4008 unsigned int nelts = (const_vg / 2) * nelts_per_vq; in aarch64_fold_sve_cnt_pat()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5287 unsigned int vl, const_vg; in aarch64_fold_sve_cnt_pat() local
5292 else if (aarch64_sve_vg.is_constant (&const_vg)) in aarch64_fold_sve_cnt_pat()
5295 unsigned int nelts = (const_vg / 2) * nelts_per_vq; in aarch64_fold_sve_cnt_pat()