Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp342 for (auto VectorSpecifiedActions : ElemSize2SpecifiedActions) { in computeTables() local
343 llvm::sort(VectorSpecifiedActions.second); in computeTables()
344 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables()
346 checkPartialSizeAndActionsVector(VectorSpecifiedActions.second); in computeTables()
352 for (SizeAndAction BitsizeAndAction : VectorSpecifiedActions.second) { in computeTables()