Home
last modified time | relevance | path

Searched refs:IndexBits (Results 1 – 2 of 2) sorted by relevance

/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() local
391 Type::getIntNTy(C, IndexBits)}; in buildFrameType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp651 IndexBits = 28, enumerator
726 OS << '#' << SignExtend32(OpN & Index, IndexBits); in print()
999 int Idx = SignExtend32(R.OpN & OpRef::Index, OpRef::IndexBits); in materialize()