Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1347 int FoundLane = Lane; in buildTree() local
1349 FoundLane = in buildTree()
1351 llvm::find(Entry->ReuseShuffleIndices, FoundLane)); in buildTree()
1359 ExternalUses.emplace_back(Scalar, nullptr, FoundLane); in buildTree()
1389 ExternalUses.push_back(ExternalUser(Scalar, U, FoundLane)); in buildTree()
2931 int FoundLane = -1; in Gather() local
2935 FoundLane = Lane; in Gather()
2939 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()
2941 FoundLane = in Gather()
2943 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()