Home
last modified time | relevance | path

Searched refs:FoundLane (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2376 int FoundLane = Lane; in buildTree() local
2378 FoundLane = in buildTree()
2380 llvm::find(Entry->ReuseShuffleIndices, FoundLane)); in buildTree()
2388 ExternalUses.emplace_back(Scalar, nullptr, FoundLane); in buildTree()
2418 ExternalUses.push_back(ExternalUser(Scalar, U, FoundLane)); in buildTree()
3949 int FoundLane = -1; in Gather() local
3953 FoundLane = Lane; in Gather()
3957 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()
3959 FoundLane = in Gather()
3961 llvm::find(E->ReuseShuffleIndices, FoundLane)); in Gather()
[all …]
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2532 int FoundLane = Lane; in buildTree() local
2534 FoundLane = in buildTree()
2536 llvm::find(Entry->ReuseShuffleIndices, FoundLane)); in buildTree()
2544 ExternalUses.emplace_back(Scalar, nullptr, FoundLane); in buildTree()
2574 ExternalUses.push_back(ExternalUser(Scalar, U, FoundLane)); in buildTree()
4236 unsigned FoundLane = std::distance(Entry->Scalars.begin(), in gather() local
4238 assert(FoundLane < Entry->Scalars.size() && "Couldn't find extract lane"); in gather()
4240 FoundLane = std::distance(Entry->ReuseShuffleIndices.begin(), in gather()
4241 find(Entry->ReuseShuffleIndices, FoundLane)); in gather()
4243 ExternalUses.push_back(ExternalUser(Val, InsElt, FoundLane)); in gather()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2148 int FoundLane = -1; in Gather() local
2152 FoundLane = Lane; in Gather()
2156 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()
2157 ExternalUses.push_back(ExternalUser(VL[i], Insrt, FoundLane)); in Gather()