Home
last modified time | relevance | path

Searched refs:getInterleaveGroup (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp209 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch()
210 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch()
H A DVPlan.h1484 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function
2956 getInterleaveGroup(VPInstruction *Instr) const {
H A DVPlan.cpp1038 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
H A DLoopVectorize.cpp1064 InterleaveRec->getInterleaveGroup(); in collectPoisonGeneratingRecipes()
1488 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h796 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp1214 Group = getInterleaveGroup(B); in analyzeInterleaving()
1256 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving()