Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h757 InterleaveGroupMap.clear(); in invalidateGroups()
767 return InterleaveGroupMap.find(Instr) != InterleaveGroupMap.end(); in isInterleaved()
775 return InterleaveGroupMap.lookup(Instr); in getInterleaveGroup()
810 DenseMap<Instruction *, InterleaveGroup<Instruction> *> InterleaveGroupMap; variable
847 assert(!InterleaveGroupMap.count(Instr) && in createInterleaveGroup()
849 InterleaveGroupMap[Instr] = in createInterleaveGroup()
851 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
852 return InterleaveGroupMap[Instr]; in createInterleaveGroup()
859 InterleaveGroupMap.erase(Member); in releaseGroup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2404 InterleaveGroupMap;
2426 for (auto &I : InterleaveGroupMap)
2437 return InterleaveGroupMap.lookup(Instr);
H A DVPlan.cpp1428 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock()
1429 InterleaveGroupMap[VPInst]->insertMember( in visitBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1187 InterleaveGroupMap[A] = Group; in analyzeInterleaving()