Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h688 if (InterleaveGroups.empty()) { in invalidateGroups()
696 for (auto *Ptr : InterleaveGroups) in invalidateGroups()
698 InterleaveGroups.clear(); in invalidateGroups()
718 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()
731 bool hasGroups() const { return !InterleaveGroups.empty(); } in hasGroups()
753 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable
791 InterleaveGroups.insert(It->second); in createInterleaveGroup()
797 InterleaveGroups.erase(Group); in releaseGroup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h187 &InterleaveGroups,
H A DVPlanTransforms.cpp2469 &InterleaveGroups, in createInterleaveGroups()
2471 if (InterleaveGroups.empty()) in createInterleaveGroups()
2479 for (const auto *IG : InterleaveGroups) { in createInterleaveGroups()
H A DLoopVectorize.cpp8612 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in tryToBuildVPlanWithVPRecipes() local
8685 InterleaveGroups.insert(IG); in tryToBuildVPlanWithVPRecipes()
8849 InterleaveGroups, RecipeBuilder, in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1754 bool ReleasedGroup = InterleaveGroups.remove_if([&](auto *Group) { in invalidateGroupsRequiringScalarEpilogue()