Home
last modified time | relevance | path

Searched refs:InterleaveGroups (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h750 if (InterleaveGroups.empty()) { in invalidateGroups()
758 for (auto *Ptr : InterleaveGroups) in invalidateGroups()
760 InterleaveGroups.clear(); in invalidateGroups()
780 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()
812 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable
851 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
861 InterleaveGroups.erase(Group); in releaseGroup()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DVectorUtils.cpp1278 for (auto *Group : make_early_inc_range(InterleaveGroups)) { in invalidateGroupsRequiringScalarEpilogue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp9167 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in buildVPlanWithVPRecipes() local
9209 InterleaveGroups.insert(IG); in buildVPlanWithVPRecipes()
9399 for (auto IG : InterleaveGroups) { in buildVPlanWithVPRecipes()