OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countleadingzeros
(Results
76 - 100
of
179
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
SmallBitVector.h
245
return NumBaseBits -
countLeadingZeros
(Bits);
317
return NumBaseBits -
countLeadingZeros
(Bits) - 1;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
SmallBitVector.h
245
return NumBaseBits -
countLeadingZeros
(Bits);
317
return NumBaseBits -
countLeadingZeros
(Bits) - 1;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallBitVector.h
245
return NumBaseBits -
countLeadingZeros
(Bits);
317
return NumBaseBits -
countLeadingZeros
(Bits) - 1;
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallBitVector.h
245
return NumBaseBits -
countLeadingZeros
(Bits);
317
return NumBaseBits -
countLeadingZeros
(Bits) - 1;
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallBitVector.h
245
return NumBaseBits -
countLeadingZeros
(Bits);
317
return NumBaseBits -
countLeadingZeros
(Bits) - 1;
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallBitVector.h
245
return NumBaseBits -
countLeadingZeros
(Bits);
317
return NumBaseBits -
countLeadingZeros
(Bits) - 1;
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/external/capstone/
MathExtras.h
426
static inline unsigned int
countLeadingZeros
(int x)
/external/llvm/lib/Analysis/
DemandedBits.cpp
120
std::min(BitWidth, KnownOne.
countLeadingZeros
()+1));
VectorUtils.cpp
419
llvm::
countLeadingZeros
(LeaderDemandedBits);
/external/vixl/src/aarch64/
operands-aarch64.cc
49
int index =
CountLeadingZeros
(list_);
logic-aarch64.cc
106
const int highest_significant_bit = 63 -
CountLeadingZeros
(src);
133
const int highest_significant_bit = 63 -
CountLeadingZeros
(src);
199
int shift =
CountLeadingZeros
(mantissa << (32 - 10));
[
all
...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h
299
int len = 31 -
countLeadingZeros
((N << 6) | (~imms & 0x3f));
328
int len = 31 -
countLeadingZeros
((N << 6) | (~imms & 0x3f));
/external/v8/src/arm64/
assembler-arm64.cc
82
int index =
CountLeadingZeros
(list_, kRegListSizeInBits);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h
213
/// out-of-line slow case for
countLeadingZeros
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp
238
unsigned RHSUnknownLeadingOnes = KnownOne2.
countLeadingZeros
();
386
unsigned NLZ = (CLHS->getValue()+1).
countLeadingZeros
();
396
unsigned NLZ2 = CLHS->getValue().
countLeadingZeros
();
411
BitWidth - Mask.
countLeadingZeros
());
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
528
unsigned NLZ = DemandedMask.
countLeadingZeros
();
637
if (DemandedMask.
countLeadingZeros
() <= ShiftAmt)
[
all
...]
Completed in 1705 milliseconds
1
2
3
4
5
6
7
8