Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp577 unsigned PopCount = SubRegMask.getNumLanes(); in buildCopy() local
579 if (PopCount > BestCover) { in buildCopy()
580 BestCover = PopCount; in buildCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2721 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local
2723 if (PopCount == 1) { in visitBitTestCase()
2730 } else if (PopCount == BB.Range) { in visitBitTestCase()