Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp210 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch()
211 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch()
H A DVPlan.h1891 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function
3084 getInterleaveGroup(VPInstruction *Instr) const { in getInterleaveGroup() function
H A DVPlan.cpp1214 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
H A DLoopVectorize.cpp1144 InterleaveRec->getInterleaveGroup(); in collectPoisonGeneratingRecipes()
1583 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h631 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1188 GroupB = getInterleaveGroup(B); in analyzeInterleaving()
1234 auto GroupA = getInterleaveGroup(A); in analyzeInterleaving()