Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DArrayRecycler.h79 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
DMathExtras.h510 inline unsigned Log2_64_Ceil(uint64_t Value) {
/external/llvm-project/llvm/include/llvm/Support/
DArrayRecycler.h80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
DMathExtras.h616 inline unsigned Log2_64_Ceil(uint64_t Value) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DArrayRecycler.h80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
DMathExtras.h604 inline unsigned Log2_64_Ceil(uint64_t Value) {
/external/capstone/
DMathExtras.h292 static inline unsigned Log2_64_Ceil(uint64_t Value) { in Log2_64_Ceil() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp379 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h532 inline unsigned Log2_64_Ceil(uint64_t Value) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp419 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
/external/llvm-project/llvm/lib/Support/
Draw_ostream.cpp420 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp414 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType()
/external/llvm-project/lld/ELF/
DScriptParser.cpp1352 return llvm::Log2_64_Ceil(std::max(a().getValue(), UINT64_C(1))); in readPrimary()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp750 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp814 unsigned Log2Ceil = Log2_64_Ceil(C); in genConstMult()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13258 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, PtrVT); in LowerGlobalTLSAddress()
15031 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType()); in LowerToBT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp18456 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, MVT::i8); in LowerGlobalTLSAddress()
21115 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp19364 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, MVT::i8); in LowerGlobalTLSAddress()
22345 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()