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

1 2 3 4 5 67 8

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.td 104 return getI32Imm(32 - countLeadingZeros((uint32_t)N->getZExtValue()),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 383 unsigned LeadingZeros = KnownOne.countLeadingZeros();
    [all...]
InstCombineCasts.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h 52 int CountLeadingZeros(T integer_input) {
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc     [all...]
macro-assembler-aarch64.cc     [all...]
simulator-aarch64.h 169 const int highest_significant_bit = 63 - CountLeadingZeros(mantissa);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 398 unsigned DemandedSize = BitWidth - Demanded.countLeadingZeros();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 97 return 64 - llvm::countLeadingZeros(TotalSize);
    [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 455 int shift_high = CountLeadingZeros(imm, reg_size);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 657 milliseconds

1 2 3 4 5 67 8