Home
last modified time | relevance | path

Searched defs:IndexBits (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Dindex_bss_mapping.h42 static size_t IndexBits(uint32_t number_of_indexes) { in IndexBits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp414 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp652 IndexBits = 28, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1184 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp657 IndexBits = 28, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp1369 KnownBits IndexBits(IndexBitWidth); in computeKnownBitsFromOperator() local