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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp 76 uint32_t Range = countTrailingOnes(Mask >> 5); // Exclude r4.
  /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 256 unsigned TrailingOnes = MaskSCEV->getAPInt().countTrailingOnes();
  /external/llvm/include/llvm/ADT/
APInt.h 216 /// out-of-line slow case for countTrailingOnes
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 401 /// Ex. countTrailingOnes(0x00FF00FF) == 8.
407 std::size_t countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 347 unsigned TrailZ = KnownZero.countTrailingOnes() +
348 KnownZero2.countTrailingOnes();
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 126 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
129 if (CFPN->getValueAPF().bitcastToAPInt().countTrailingOnes() < EltSize)
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 767 Count += llvm::countTrailingOnes(pVal[i]);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 419 return KnownZero.countTrailingOnes() >= 2;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 753 milliseconds