/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonShuffler.h | 46 return (countPopulation(A.getUnits()) < countPopulation(B.getUnits()));
|
HexagonShuffler.cpp | 41 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; 93 (Key << (SlotWeight * s)) * ((MaskWeight - countPopulation(getUnits()))
|
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 46 EXPECT_EQ(128u, Minus1.countPopulation()); 59 EXPECT_EQ(32u, i33minus2.countPopulation()); 73 EXPECT_EQ(0u, i65.countPopulation()); 81 EXPECT_EQ(1u, i65minus.countPopulation()); 91 EXPECT_EQ(128u, u128max.countPopulation()); 99 EXPECT_EQ(64u, u64max.countPopulation()); 108 EXPECT_EQ(0u, zero.countPopulation()); 118 EXPECT_EQ(1u, one.countPopulation()); [all...] |
/external/v8/src/base/ |
bits.h | 48 inline unsigned CountPopulation(uint32_t value) { 53 inline unsigned CountPopulation(uint64_t value) {
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 446 /// Ex. countPopulation(0xF000F000) = 8 449 inline unsigned countPopulation(T Value) {
|
/external/llvm/include/llvm/ADT/ |
SmallBitVector.h | 185 return countPopulation(Bits);
|
APInt.h | 219 /// out-of-line slow case for countPopulation 355 return !isNegative() && countPopulation() == BitWidth - 1; [all...] |
BitVector.h | 124 NumBits += countPopulation(Bits[i]);
|
SparseBitVector.h | 126 NumBits += countPopulation(Bits[i]);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZSelectionDAGInfo.cpp | 101 Bytes <= 16 && countPopulation(Bytes) <= 2 :
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 643 Imm = CurDAG->getTargetConstant(ImmValue.countPopulation(), SDLoc(N), 675 Imm = CurDAG->getTargetConstant(ImmValue.countPopulation(), SDLoc(N), [all...] |
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUISelDAGToDAG.cpp | [all...] |
AMDGPUInstructions.td | 593 return CurDAG->getTargetConstant(countPopulation(N->getZExtValue()), SDLoc(N),
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 383 Mask->getValue().countPopulation()) == 403 Mask->getValue().countPopulation()) == Mask->getValue().getBitWidth() [all...] |
InstCombineAddSub.cpp | 872 if (Op1MaybeOne.countPopulation() != 1) [all...] |
InstCombineSimplifyDemanded.cpp | [all...] |
InstCombineCasts.cpp | 680 if (UnknownBit.countPopulation() == 1) { [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | [all...] |
/external/v8/src/ |
frames.cc | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 774 Count += llvm::countPopulation(pVal[i]); [all...] |
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | [all...] |