Home | History | Annotate | Download | only in gcc

Lines Matching refs:rgm

981   rgroup_controls *rgm;
983 FOR_EACH_VEC_ELT (LOOP_VINFO_MASKS (loop_vinfo), i, rgm)
984 if (rgm->type != NULL_TREE
986 cmp_type, rgm->type,
1000 rgroup_controls *rgm;
1001 FOR_EACH_VEC_ELT (LOOP_VINFO_MASKS (loop_vinfo), i, rgm)
1002 res = MAX (res, rgm->max_nscalars_per_iter);
4112 rgroup_controls *rgm;
4114 FOR_EACH_VEC_ELT (LOOP_VINFO_MASKS (loop_vinfo), num_vectors_m1, rgm)
4115 if (rgm->type)
9208 rgroup_controls *rgm = &(*masks)[nvectors - 1];
9221 if (rgm->max_nscalars_per_iter < nscalars_per_iter)
9223 rgm->max_nscalars_per_iter = nscalars_per_iter;
9224 rgm->type = truth_type_for (vectype);
9225 rgm->factor = 1;
9240 rgroup_controls *rgm = &(*masks)[nvectors - 1];
9241 tree mask_type = rgm->type;
9245 if (rgm->controls.is_empty ())
9247 rgm->controls.safe_grow_cleared (nvectors, true);
9253 rgm->controls[i] = mask;
9257 tree mask = rgm->controls[index];