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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 747 if (InterleaveGroups.empty()) {
755 for (auto *Ptr : InterleaveGroups)
757 InterleaveGroups.clear();
777 return make_range(InterleaveGroups.begin(), InterleaveGroups.end());
809 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups;
848 InterleaveGroups.insert(InterleaveGroupMap[Instr]);
858 InterleaveGroups.erase(Group);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1268 // from InterleaveGroups.
1269 for (auto *Group : make_early_inc_range(InterleaveGroups)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 9003 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups;
9045 InterleaveGroups.insert(IG);
9205 for (auto IG : InterleaveGroups) {

Completed in 140 milliseconds