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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 109 : sbss[(Log2_64(AccessSize))];
126 ? ELF::SHN_HEXAGON_SCOMMON + (Log2_64(AccessSize) + 1)
  /external/llvm/include/llvm/Support/
MathExtras.h 472 /// Log2_64 - This function returns the floor log base 2 of the specified value,
474 inline unsigned Log2_64(uint64_t Value) {
692 // Special case: if X or Y is 0, Log2_64 gives -1, and Log2Z
694 int Log2Z = Log2_64(X) + Log2_64(Y);
696 int Log2Max = Log2_64(Max);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 434 Imm = Log2_64(Imm);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 812 DAG.getConstant(Log2_64(C), DL, ShiftTy));
815 uint64_t Floor = 1LL << Log2_64(C);
    [all...]
  /external/clang/lib/AST/
Type.cpp 89 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1154 milliseconds