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

  /external/llvm/include/llvm/ADT/
SmallBitVector.h 183 return CountPopulation_64(Bits);
BitVector.h 124 NumBits += CountPopulation_64(Bits[i]);
SparseBitVector.h 130 NumBits += CountPopulation_64(Bits[i]);
APInt.h     [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 436 /// CountPopulation_64 - this function counts the number of set bits in a value,
438 inline unsigned CountPopulation_64(uint64_t Value) {
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 106 Bytes <= 16 && CountPopulation_64(Bytes) <= 2 :
  /external/llvm/lib/Support/
APInt.cpp 762 Count += CountPopulation_64(pVal[i]);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 141 uint32_t c = CountPopulation_64(v);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 80 Size = CountPopulation_64(I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 150 milliseconds