Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp546 unsigned PopCount = SubRegMask.getNumLanes(); in getCoveringSubRegIndexes() local
548 if (PopCount > BestCover) { in getCoveringSubRegIndexes()
549 BestCover = PopCount; in getCoveringSubRegIndexes()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1511 unsigned PopCount = Exponent.countPopulation(); in getIntrinsicInstrCost() local
1512 InstructionCost Cost = (ActiveBits + PopCount - 2) * in getIntrinsicInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1072 unsigned PopCount = llvm::popcount(B.Mask); in emitBitTestCase() local
1073 if (PopCount == 1) { in emitBitTestCase()
1081 } else if (PopCount == BB.Range) { in emitBitTestCase()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5682 unsigned PopCount = 64 - LeadingZeros - TrailingZeros; in Select() local
5683 if (PopCount == 8) { in Select()
5689 } else if (PopCount == 16) { in Select()
5695 } else if (PopCount == 32) { in Select()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2897 unsigned PopCount = llvm::popcount(B.Mask); in visitBitTestCase() local
2899 if (PopCount == 1) { in visitBitTestCase()
2906 } else if (PopCount == BB.Range) { in visitBitTestCase()