HomeSort by relevance Sort by last modified time
    Searched refs:countPopulation (Results 1 - 25 of 29) sorted by null

1 2

  /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/llvm/include/llvm/ADT/
APInt.h 219 /// out-of-line slow case for countPopulation
355 return !isNegative() && countPopulation() == BitWidth - 1;
    [all...]
SmallBitVector.h 185 return countPopulation(Bits);
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...]
MipsISelLowering.cpp 69 Size = countPopulation(I);
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 446 /// Ex. countPopulation(0xF000F000) = 8
449 inline unsigned countPopulation(T Value) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineAndOrXor.cpp 383 Mask->getValue().countPopulation()) ==
403 Mask->getValue().countPopulation()) == Mask->getValue().getBitWidth()
    [all...]
InstCombineAddSub.cpp 872 if (Op1MaybeOne.countPopulation() != 1)
    [all...]
InstCombineCasts.cpp 680 if (UnknownBit.countPopulation() == 1) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 774 Count += llvm::countPopulation(pVal[i]);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 544 milliseconds

1 2