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

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

Completed in 98 milliseconds