Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h779 InterleaveGroupMap.clear(); in invalidateGroups()
789 return InterleaveGroupMap.find(Instr) != InterleaveGroupMap.end(); in isInterleaved()
797 return InterleaveGroupMap.lookup(Instr); in getInterleaveGroup()
832 DenseMap<Instruction *, InterleaveGroup<Instruction> *> InterleaveGroupMap; variable
869 assert(!InterleaveGroupMap.count(Instr) && in createInterleaveGroup()
871 InterleaveGroupMap[Instr] = in createInterleaveGroup()
873 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
874 return InterleaveGroupMap[Instr]; in createInterleaveGroup()
881 InterleaveGroupMap.erase(Member); in releaseGroup()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1050 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock()
1051 InterleaveGroupMap[VPInst]->insertMember( in visitBlock()
H A DVPlan.h2924 InterleaveGroupMap;
2946 for (auto &I : InterleaveGroupMap)
2957 return InterleaveGroupMap.lookup(Instr);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp1329 InterleaveGroupMap[A] = Group; in analyzeInterleaving()