HomeSort by relevance Sort by last modified time
    Searched refs:countTrailingOnes (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/unittests/ADT/
APIntTest.cpp 37 EXPECT_EQ(128u, Minus1.countTrailingOnes());
74 EXPECT_EQ(128u, u128max.countTrailingOnes());
82 EXPECT_EQ(64u, u64max.countTrailingOnes());
91 EXPECT_EQ(0u, zero.countTrailingOnes());
101 EXPECT_EQ(1u, one.countTrailingOnes());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp 76 uint32_t Range = countTrailingOnes(Mask >> 5); // Exclude r4.
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 212 unsigned TrailZ = KnownZero.countTrailingOnes() +
213 KnownZero2.countTrailingOnes();
416 unsigned LHSKnownZeroOut = LHSKnownZero.countTrailingOnes();
421 unsigned RHSKnownZeroOut = KnownZero2.countTrailingOnes();
557 unsigned TrailZ = LocalKnownZero.countTrailingOnes();
582 LocalKnownZero.countTrailingOnes()));
624 KnownZero2.countTrailingOnes());
632 std::min(KnownZero2.countTrailingOnes(),
633 KnownZero3.countTrailingOnes()));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 168 uint32_t T = M.countTrailingOnes();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 240 CTO = countTrailingOnes(Imm >> I);
248 CTO = CLO + countTrailingOnes(Imm) - (64 - Size);
  /external/llvm/unittests/ADT/
APIntTest.cpp 45 EXPECT_EQ(128u, Minus1.countTrailingOnes());
90 EXPECT_EQ(128u, u128max.countTrailingOnes());
98 EXPECT_EQ(64u, u64max.countTrailingOnes());
107 EXPECT_EQ(0u, zero.countTrailingOnes());
117 EXPECT_EQ(1u, one.countTrailingOnes());
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 245 unsigned TrailingOnes = MaskSCEV->getAPInt().countTrailingOnes();
  /external/llvm/include/llvm/ADT/
APInt.h 216 /// out-of-line slow case for countTrailingOnes
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 352 unsigned TrailZ = KnownZero.countTrailingOnes() +
353 KnownZero2.countTrailingOnes();
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 424 /// Ex. countTrailingOnes(0x00FF00FF) == 8.
430 std::size_t countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 210 /// out-of-line slow case for countTrailingOnes
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 770 unsigned TrailZ = KnownZero.countTrailingOnes();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 139 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
142 if (CFPN->getValueAPF().bitcastToAPInt().countTrailingOnes() < EltSize)
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 743 Count += llvm::countTrailingOnes(pVal[i]);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 415 return KnownZero.countTrailingOnes() >= 2;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 928 milliseconds

1 2