Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c500 UINT32 PopCount, in AcpiDsObjStackPop() argument
509 for (i = 0; i < PopCount; i++) in AcpiDsObjStackPop()
517 PopCount, WalkState, WalkState->NumOperands)); in AcpiDsObjStackPop()
528 PopCount, WalkState, WalkState->NumOperands)); in AcpiDsObjStackPop()
550 UINT32 PopCount, in AcpiDsObjStackPopAndDelete() argument
560 if (PopCount == 0) in AcpiDsObjStackPopAndDelete()
565 for (i = (INT32) PopCount - 1; i >= 0; i--) in AcpiDsObjStackPopAndDelete()
584 PopCount, WalkState, WalkState->NumOperands)); in AcpiDsObjStackPopAndDelete()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacdispat.h533 UINT32 PopCount,
555 UINT32 PopCount,
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4302 int PopCount = 0; in getExactLog2Abs() local
4304 PopCount += llvm::popcount(Parts[i]); in getExactLog2Abs()
4305 if (PopCount > 1) in getExactLog2Abs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1557 unsigned PopCount = Exponent.popcount(); in getIntrinsicInstrCost() local
1558 InstructionCost Cost = (ActiveBits + PopCount - 2) * in getIntrinsicInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1152 unsigned PopCount = llvm::popcount(B.Mask); in emitBitTestCase() local
1153 if (PopCount == 1) { in emitBitTestCase()
1161 } else if (PopCount == BB.Range) { in emitBitTestCase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5932 unsigned PopCount = 64 - LeadingZeros - TrailingZeros; in Select() local
5933 if (PopCount == 8) { in Select()
5939 } else if (PopCount == 16) { in Select()
5945 } else if (PopCount == 32) { in Select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3078 unsigned PopCount = llvm::popcount(B.Mask); in visitBitTestCase() local
3080 if (PopCount == 1) { in visitBitTestCase()
3087 } else if (PopCount == BB.Range) { in visitBitTestCase()