HomeSort by relevance Sort by last modified time
    Searched full:log2_64 (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Support/
MathExtras.h 446 /// Log2_64 - This function returns the floor log base 2 of the specified value,
448 inline unsigned Log2_64(uint64_t Value) {
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 504 && VG_(log2_64)( (ULong)nSets ) == -1
506 && VG_(log2_64)( (ULong)((2 * nSets) / (Long)3) ) != -1
  /external/valgrind/main/include/
pub_tool_libcbase.h 189 extern Int VG_(log2_64)( ULong x );
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 354 DAG.getConstant(Log2_64(C), ShiftTy));
357 uint64_t Floor = 1LL << Log2_64(C);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 412 Imm = Log2_64(Imm);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 352 unsigned TestedBit = Log2_64(Val);
  /external/valgrind/main/coregrind/
m_libcbase.c 794 Int VG_(log2_64) ( ULong x ) function
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 88 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 35 milliseconds