Searched refs:ConstantIndex (Results 1 – 7 of 7) sorted by relevance
32 unsigned ConstantIndex = 0; in prettyPrintStackMap() local34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator140 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument389 getConstantOffset(ConstantIndex)); in getConstant()456 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument457 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
38 ; ConstantIndex73 ; ConstantIndex
39 CHECK-NEXT: #9: ConstantIndex #0 (2147483648), size: 840 CHECK-NEXT: #10: ConstantIndex #1 (4294967295), size: 841 CHECK-NEXT: #11: ConstantIndex #2 (4294967296), size: 8
260 ConstantIndex enumerator
311 case Location::ConstantIndex: in print()485 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex384 pool, referred to by ``ConstantIndex`` locations.