/external/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 31 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/ |
D | StackMapPrinter.h | 32 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/ |
D | StackMapParser.h | 104 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/ |
D | StackMapParser.h | 100 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/ |
D | StackMapParser.h | 105 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/ |
D | stackmap-large-constants.ll | 36 ; ConstantIndex 66 ; ConstantIndex
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | stackmap-large-constants.ll | 38 ; ConstantIndex 73 ; ConstantIndex
|
/external/llvm/test/Object/ |
D | stackmap-dump.test | 13 CHECK-NEXT: #3: ConstantIndex #0 (10000000000)
|
/external/llvm-project/llvm/test/Object/ |
D | stackmap-dump.test | 39 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/ |
D | StackMaps.h | 138 ConstantIndex enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 202 ConstantIndex enumerator
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 204 case Location::ConstantIndex: in print() 310 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 219 case Location::ConstantIndex: in print() 323 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 251 ConstantIndex enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm8bitStorageTests.cpp | 2917 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()
|
D | vktSpvAsm16bitStorageTests.cpp | 4711 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/ |
D | StackMaps.cpp | 294 case Location::ConstantIndex: in print() 471 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
|
/external/llvm/docs/ |
D | StackMaps.rst | 342 uint8 : Register | Direct | Indirect | Constant | ConstantIndex 380 pool, referred to by ``ConstantIndex`` locations.
|
/external/llvm-project/llvm/docs/ |
D | StackMaps.rst | 343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex 384 pool, referred to by ``ConstantIndex`` locations.
|