Home
last modified time | relevance | path

Searched refs:Log2_64_Ceil (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
H A DMathExtras.h359 inline unsigned Log2_64_Ceil(uint64_t Value) { in Log2_64_Ceil() function
397 return UINT64_C(1) << Log2_64_Ceil(A); in PowerOf2Ceil()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp421 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1554 return llvm::Log2_64_Ceil(std::max(a().getValue(), UINT64_C(1))); in readPrimary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1336 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1279 Log2_64_Ceil(DestTy->getScalarSizeInBits()) && in visitZExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1713 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), DL, LHS.getValueType()); in LowerAndToBTST()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11333 : Log2_64_Ceil(DesiredBits) - Log2_64_Ceil(AccurateBits); in getEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18962 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, MVT::i8); in LowerGlobalTLSAddress()
23014 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()