Searched refs:Log2_64 (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp109 : sbss[(Log2_64(AccessSize))];
126 ? ELF::SHN_HEXAGON_SCOMMON + (Log2_64(AccessSize) + 1)
/external/llvm/include/llvm/Support/
H A DMathExtras.h472 /// Log2_64 - This function returns the floor log base 2 of the specified value,
474 inline unsigned Log2_64(uint64_t Value) { function in namespace:llvm
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/
H A DFastISel.cpp434 Imm = Log2_64(Imm);
1724 Imm = Log2_64(Imm);
1728 Imm = Log2_64(Imm);
H A DDAGCombiner.cpp3885 MaskLoBits = Log2_64(EltSize);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3872 Pow2Alignment = Log2_64(Pow2Alignment);
4652 Info.AsmRewrites->emplace_back(AOK_Align, IDLoc, 5, Log2_64(IntValue));
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp812 DAG.getConstant(Log2_64(C), DL, ShiftTy));
815 uint64_t Floor = 1LL << Log2_64(C);
/external/clang/lib/AST/
H A DType.cpp89 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3643 DAG.getConstant(Log2_64(Mask), dl, MVT::i64),
3659 DAG.getConstant(Log2_64(Mask), dl, MVT::i64),
7237 unsigned shift = Log2_64(NumBytes);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4898 unsigned MaskLoBits = Log2_64(VT.getVectorNumElements());
4968 unsigned MaskLoBits = Log2_64(VT.getVectorNumElements()*2);
24910 DAG.getConstant(Log2_64(MulAmt1), DL, MVT::i8));
24917 DAG.getConstant(Log2_64(MulAmt2), DL, MVT::i8));
24931 DAG.getConstant(Log2_64(MulAmt - 1), DL,
24938 DAG.getConstant(Log2_64(MulAmt + 1),
[all...]

Completed in 559 milliseconds