Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp577 unsigned PopCount = SubRegMask.getNumLanes(); in buildCopy() local
579 if (PopCount > BestCover) { in buildCopy()
580 BestCover = PopCount; in buildCopy()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1745 unsigned PopCount = CountPopulation_64(B.Mask); in visitBitTestCase() local
1746 if (PopCount == 1) { in visitBitTestCase()
1754 } else if (PopCount == BB.Range) { in visitBitTestCase()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2203 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local
2205 if (PopCount == 1) { in visitBitTestCase()
2212 } else if (PopCount == BB.Range) { in visitBitTestCase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2388 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local
2390 if (PopCount == 1) { in visitBitTestCase()
2397 } else if (PopCount == BB.Range) { in visitBitTestCase()