Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h581 for (auto *Ptr : InterleaveGroups) in reset()
583 InterleaveGroups.clear(); in reset()
605 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()
637 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable
676 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
686 InterleaveGroups.erase(Group); in releaseGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7144 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in buildVPlanWithVPRecipes() local
7172 InterleaveGroups.insert(IG); in buildVPlanWithVPRecipes()
7254 for (auto IG : InterleaveGroups) { in buildVPlanWithVPRecipes()