Home
last modified time | relevance | path

Searched refs:ConstantIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h32 unsigned ConstantIndex = 0; in prettyPrintStackMap() local
34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()
62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
140 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument
389 getConstantOffset(ConstantIndex)); in getConstant()
456 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument
457 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstackmap-large-constants.ll38 ; ConstantIndex
73 ; ConstantIndex
/llvm-project-15.0.7/llvm/test/Object/
H A Dstackmap-dump.test39 CHECK-NEXT: #9: ConstantIndex #0 (2147483648), size: 8
40 CHECK-NEXT: #10: ConstantIndex #1 (4294967295), size: 8
41 CHECK-NEXT: #11: ConstantIndex #2 (4294967296), size: 8
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackMaps.h260 ConstantIndex enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMaps.cpp311 case Location::ConstantIndex: in print()
485 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
/llvm-project-15.0.7/llvm/docs/
H A DStackMaps.rst343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
384 pool, referred to by ``ConstantIndex`` locations.