Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp218 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch()
219 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch()
H A DVPlan.h1211 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function
2324 getInterleaveGroup(VPInstruction *Instr) const {
H A DVPlan.cpp1211 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
H A DLoopVectorize.cpp1559 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp1063 Group = getInterleaveGroup(B); in analyzeInterleaving()
1105 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h771 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function