Home
last modified time | relevance | path

Searched refs:FoundLane (Results 1 – 2 of 2) 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/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()