Searched refs:InterleavedLoad (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp99 bool combine(std::list<VectorInfo> &InterleavedLoad,
105 std::list<VectorInfo> &InterleavedLoad, unsigned Factor,
1054 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad,
1092 InterleavedLoad.splice(InterleavedLoad.end(), Candidates, Res[i]);
1116 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, argument
1123 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI;
1137 unsigned Factor = InterleavedLoad.size();
1140 for (auto &VI : InterleavedLoad) {
1193 for (auto &VI : InterleavedLoad) {
1053 findPattern( std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, unsigned Factor, const DataLayout &DL) argument
1287 std::list<VectorInfo> InterleavedLoad; local
[all...]

Completed in 103 milliseconds