HomeSort by: relevance | last modified time | path
    Searched refs:getInterleaveGroup (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp 218 auto *GA = IAI.getInterleaveGroup(A);
219 auto *GB = IAI.getInterleaveGroup(B);
VPlan.h 1211 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; }
2324 getInterleaveGroup(VPInstruction *Instr) const {
VPlan.cpp 1211 auto *IG = IAI.getInterleaveGroup(Inst);
LoopVectorize.cpp 1559 return InterleaveInfo.getInterleaveGroup(Instr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 771 getInterleaveGroup(const Instruction *Instr) const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1063 Group = getInterleaveGroup(B);
1105 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A);

Completed in 56 milliseconds