Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h31 unsigned ConstantIndex = 0; in prettyPrintStackMap() local
33 OS << "\n #" << ++ConstantIndex << ": " << C.getValue(); in prettyPrintStackMap()
60 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
/external/llvm-project/llvm/tools/llvm-readobj/
DStackMapPrinter.h32 unsigned ConstantIndex = 0; in prettyPrintStackMap() local
34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()
62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
137 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
367 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument
369 getConstantOffset(ConstantIndex)); in getConstant()
436 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument
437 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/external/llvm/include/llvm/Object/
DStackMapParser.h100 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
128 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
360 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument
362 getConstantOffset(ConstantIndex)); in getConstant()
430 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument
431 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/external/llvm-project/llvm/include/llvm/Object/
DStackMapParser.h105 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
138 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
385 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument
387 getConstantOffset(ConstantIndex)); in getConstant()
454 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument
455 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/external/llvm/test/CodeGen/X86/
Dstackmap-large-constants.ll36 ; ConstantIndex
66 ; ConstantIndex
/external/llvm-project/llvm/test/CodeGen/X86/
Dstackmap-large-constants.ll38 ; ConstantIndex
73 ; ConstantIndex
/external/llvm/test/Object/
Dstackmap-dump.test13 CHECK-NEXT: #3: ConstantIndex #0 (10000000000)
/external/llvm-project/llvm/test/Object/
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
/external/llvm/include/llvm/CodeGen/
DStackMaps.h138 ConstantIndex enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h202 ConstantIndex enumerator
/external/llvm/lib/CodeGen/
DStackMaps.cpp204 case Location::ConstantIndex: in print()
310 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp219 case Location::ConstantIndex: in print()
323 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
/external/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h251 ConstantIndex enumerator
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2917 struct ConstantIndex in addGraphics8BitStorageUniformInt8To32Group() struct
2923 ConstantIndex constantIndices[] = in addGraphics8BitStorageUniformInt8To32Group()
3174 struct ConstantIndex in addGraphics8BitStoragePushConstantInt8To32Group() struct
3180 ConstantIndex constantIndices[] = in addGraphics8BitStoragePushConstantInt8To32Group()
3744 struct ConstantIndex in addGraphics8BitStorageUniformInt8To16Group() struct
3750 ConstantIndex constantIndices[] = in addGraphics8BitStorageUniformInt8To16Group()
4005 struct ConstantIndex in addGraphics8BitStoragePushConstantInt8To16Group() struct
4011 ConstantIndex constantIndices[] = in addGraphics8BitStoragePushConstantInt8To16Group()
DvktSpvAsm16bitStorageTests.cpp4711 struct ConstantIndex in addGraphics16BitStoragePushConstantFloat16To32Group() struct
4717 ConstantIndex constantIndices[] = in addGraphics16BitStoragePushConstantFloat16To32Group()
5019 struct ConstantIndex in addGraphics16BitStoragePushConstantInt16To32Group() struct
5025 ConstantIndex constantIndices[] = in addGraphics16BitStoragePushConstantInt16To32Group()
5371 struct ConstantIndex in addGraphics16BitStorageUniformInt16To32Group() struct
5377 ConstantIndex constantIndices[] = in addGraphics16BitStorageUniformInt16To32Group()
5612 struct ConstantIndex in addGraphics16BitStorageUniformFloat16To32Group() struct
5618 ConstantIndex constantIndices[] = in addGraphics16BitStorageUniformFloat16To32Group()
6823 struct ConstantIndex in addGraphics16BitStorageUniformFloat16To64Group() struct
6829 ConstantIndex constantIndices[] = in addGraphics16BitStorageUniformFloat16To64Group()
/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp294 case Location::ConstantIndex: in print()
471 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
/external/llvm/docs/
DStackMaps.rst342 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
380 pool, referred to by ``ConstantIndex`` locations.
/external/llvm-project/llvm/docs/
DStackMaps.rst343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
384 pool, referred to by ``ConstantIndex`` locations.