Home
last modified time | relevance | path

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

/freebsd/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.h2152 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function
3691 getInterleaveGroup(VPInstruction *Instr) const { in getInterleaveGroup() function
H A DVPlanTransforms.cpp1609 InterleaveRec->getInterleaveGroup(); in dropPoisonGeneratingRecipes()
H A DVPlan.cpp1486 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
H A DLoopVectorize.cpp1394 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h657 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1247 GroupB = getInterleaveGroup(B); in analyzeInterleaving()
1293 auto GroupA = getInterleaveGroup(A); in analyzeInterleaving()