Home
last modified time | relevance | path

Searched refs:InterleaveGroupMap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.h33 InterleaveGroupMap; variable
58 llvm::from_range, llvm::make_second_range(InterleaveGroupMap)); in ~VPInterleavedAccessInfo()
68 return InterleaveGroupMap.lookup(Instr); in getInterleaveGroup()
H A DVPlanSLP.cpp79 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock()
80 InterleaveGroupMap[VPInst]->insertMember( in visitBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h695 InterleaveGroupMap.clear(); in invalidateGroups()
705 return InterleaveGroupMap.contains(Instr); in isInterleaved()
713 return InterleaveGroupMap.lookup(Instr); in getInterleaveGroup()
751 DenseMap<Instruction *, InterleaveGroup<Instruction> *> InterleaveGroupMap; variable
788 auto [It, Inserted] = InterleaveGroupMap.try_emplace(Instr); in createInterleaveGroup()
806 InterleaveGroupMap.erase(Member); in releaseGroupWithoutRemovingFromSet()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1637 InterleaveGroupMap[A] = GroupB; in analyzeInterleaving()