Home
last modified time | relevance | path

Searched refs:Log2_64_Ceil (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DArrayRecycler.h81 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
DMathExtras.h558 inline unsigned Log2_64_Ceil(uint64_t Value) {
/external/capstone/
DMathExtras.h294 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-7.0/llvm/lib/Support/
Draw_ostream.cpp400 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-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp386 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-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16152 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, MVT::i8); in LowerGlobalTLSAddress()
18180 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType()); in LowerAndToBT()