HomeSort by relevance Sort by last modified time
    Searched full:countleadingzeros (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/llvm/lib/Support/
APInt.cpp 688 Count += llvm::countLeadingZeros(V);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 35 unsigned LZ = countLeadingZeros((uint64_t)Val);
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 656 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 391 MB = BitWidth - ((V - 1) ^ V).countLeadingZeros();
421 if ((Mask->getValue().countLeadingZeros() +
441 if ((Mask->getValue().countLeadingZeros() +
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 666 Count += llvm::countLeadingZeros(V);
    [all...]
  /external/vixl/src/
utils-vixl.h 368 return (sizeof(value) * 8 - 1) - CountLeadingZeros(value);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SparseBitVector.h 141 countLeadingZeros(Bits[Idx]) - 1;
  /external/llvm/lib/Analysis/
ValueTracking.cpp 246 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros();
255 unsigned NLZ2 = CLHS->getValue().countLeadingZeros();
393 (Range.getUnsignedMax() ^ Range.getUnsignedMin()).countLeadingZeros();
    [all...]
BlockFrequencyInfoImpl.cpp 217 Shift = 33 - countLeadingZeros(Total);
  /external/v8/src/arm64/
simulator-arm64.cc     [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 859 int Op0ZeroPosition = BitWidth - Op0KnownZeroTemp.countLeadingZeros() - 1;
861 int Op1OnePosition = BitWidth - Op1MaybeOne.countLeadingZeros() - 1;
    [all...]

Completed in 797 milliseconds

1 2 3 45 6 7 8