Lines Matching refs:InterleavedLoad
100 bool combine(std::list<VectorInfo> &InterleavedLoad,
106 std::list<VectorInfo> &InterleavedLoad, unsigned Factor,
1055 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, in findPattern() argument
1093 InterleavedLoad.splice(InterleavedLoad.end(), Candidates, Res[i]); in findPattern()
1115 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, in combine() argument
1122 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine()
1136 unsigned Factor = InterleavedLoad.size(); in combine()
1139 for (auto &VI : InterleavedLoad) { in combine()
1196 for (auto &VI : InterleavedLoad) { in combine()
1204 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine()
1206 cast<FixedVectorType>(InterleavedLoad.front().SVI->getType()) in combine()
1236 for (auto &VI : InterleavedLoad) { in combine()
1289 std::list<VectorInfo> InterleavedLoad; in run() local
1290 while (findPattern(Candidates, InterleavedLoad, Factor, DL)) { in run()
1291 if (combine(InterleavedLoad, ORE)) { in run()
1296 Candidates.splice(Candidates.begin(), InterleavedLoad, in run()
1297 std::next(InterleavedLoad.begin()), in run()
1298 InterleavedLoad.end()); in run()
1300 InterleavedLoad.clear(); in run()