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

  /external/llvm/include/llvm/ADT/
SmallBitVector.h 181 return CountPopulation_32(Bits);
BitVector.h 122 NumBits += CountPopulation_32((uint32_t)Bits[i]);
SparseBitVector.h 128 NumBits += CountPopulation_32(Bits[i]);
  /external/llvm/include/llvm/Support/
MathExtras.h 423 /// CountPopulation_32 - this function counts the number of set bits in a value.
426 inline unsigned CountPopulation_32(uint32_t Value) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 549 lhsMaskWidth = lhsMaskVal ? CountPopulation_32(lhsMaskVal) : 32 - lhsShiftVal;
550 rhsMaskWidth = rhsMaskVal ? CountPopulation_32(rhsMaskVal) : 32 - rhsShiftVal;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 549 lhsMaskWidth = lhsMaskVal ? CountPopulation_32(lhsMaskVal) : 32 - lhsShiftVal;
550 rhsMaskWidth = rhsMaskVal ? CountPopulation_32(rhsMaskVal) : 32 - rhsShiftVal;
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 139 milliseconds