HomeSort by relevance Sort by last modified time
    Searched refs:CountPopulation_64 (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Support/
MathExtras.h 319 /// CountPopulation_64 - this function counts the number of set bits in a value,
321 inline unsigned CountPopulation_64(uint64_t Value) {
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 184 return CountPopulation_64(Bits);
BitVector.h 125 NumBits += CountPopulation_64(Bits[i]);
SparseBitVector.h 129 NumBits += CountPopulation_64(Bits[i]);
APInt.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 761 Count += CountPopulation_64(pVal[i]);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 68 Size = CountPopulation_64(I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 4066 milliseconds