Searched refs:Log2_64_Ceil (Results 1 – 18 of 18) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 79 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
|
D | MathExtras.h | 510 inline unsigned Log2_64_Ceil(uint64_t Value) {
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
|
D | MathExtras.h | 616 inline unsigned Log2_64_Ceil(uint64_t Value) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
|
D | MathExtras.h | 604 inline unsigned Log2_64_Ceil(uint64_t Value) {
|
/external/capstone/ |
D | MathExtras.h | 292 static inline unsigned Log2_64_Ceil(uint64_t Value) { in Log2_64_Ceil() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 379 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 532 inline unsigned Log2_64_Ceil(uint64_t Value) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 419 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
|
/external/llvm-project/llvm/lib/Support/ |
D | raw_ostream.cpp | 420 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 414 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType()
|
/external/llvm-project/lld/ELF/ |
D | ScriptParser.cpp | 1352 return llvm::Log2_64_Ceil(std::max(a().getValue(), UINT64_C(1))); in readPrimary()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 750 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 814 unsigned Log2Ceil = Log2_64_Ceil(C); in genConstMult()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13258 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/ |
D | X86ISelLowering.cpp | 18456 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/ |
D | X86ISelLowering.cpp | 19364 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, MVT::i8); in LowerGlobalTLSAddress() 22345 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()
|