Lines Matching refs:InterleavedLoad
99 bool combine(std::list<VectorInfo> &InterleavedLoad,
105 std::list<VectorInfo> &InterleavedLoad, unsigned Factor,
1058 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, in findPattern() argument
1096 InterleavedLoad.splice(InterleavedLoad.end(), Candidates, Res[i]); in findPattern()
1118 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, in combine() argument
1125 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine()
1140 unsigned Factor = InterleavedLoad.size(); in combine()
1143 for (auto &VI : InterleavedLoad) { in combine()
1199 for (auto &VI : InterleavedLoad) { in combine()
1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine()
1209 cast<FixedVectorType>(InterleavedLoad.front().SVI->getType()) in combine()
1233 for (auto &VI : InterleavedLoad) { in combine()
1286 std::list<VectorInfo> InterleavedLoad; in run() local
1287 while (findPattern(Candidates, InterleavedLoad, Factor, DL)) { in run()
1288 if (combine(InterleavedLoad, ORE)) { in run()
1293 Candidates.splice(Candidates.begin(), InterleavedLoad, in run()
1294 std::next(InterleavedLoad.begin()), in run()
1295 InterleavedLoad.end()); in run()
1297 InterleavedLoad.clear(); in run()