Lines Matching refs:InterleavedLoad
98 bool combine(std::list<VectorInfo> &InterleavedLoad,
104 std::list<VectorInfo> &InterleavedLoad, unsigned Factor,
1052 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, in findPattern() argument
1090 InterleavedLoad.splice(InterleavedLoad.end(), Candidates, Res[i]); in findPattern()
1112 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, in combine() argument
1119 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine()
1134 unsigned Factor = InterleavedLoad.size(); in combine()
1137 for (auto &VI : InterleavedLoad) { in combine()
1193 for (auto &VI : InterleavedLoad) { in combine()
1201 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine()
1203 cast<FixedVectorType>(InterleavedLoad.front().SVI->getType()) in combine()
1231 for (auto &VI : InterleavedLoad) { in combine()
1284 std::list<VectorInfo> InterleavedLoad; in run() local
1285 while (findPattern(Candidates, InterleavedLoad, Factor, DL)) { in run()
1286 if (combine(InterleavedLoad, ORE)) { in run()
1291 Candidates.splice(Candidates.begin(), InterleavedLoad, in run()
1292 std::next(InterleavedLoad.begin()), in run()
1293 InterleavedLoad.end()); in run()
1295 InterleavedLoad.clear(); in run()