Home
last modified time | relevance | path

Searched refs:constType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Native/
H A Dpdb-native-enums.test91 DUMP: constType: 0
114 DUMP: constType: 0
128 DUMP: constType: 0
142 DUMP: constType: 0
157 DUMP: constType: 0
223 DUMP: constType: 0
289 DUMP: constType: 0
355 DUMP: constType: 0
407 DUMP: constType: 0
459 DUMP: constType: 0
[all …]
H A Dpdb-native-function-signatures.test78 ; DUMP-NEXT: constType: 0
91 ; DUMP-NEXT: constType: 0
104 ; DUMP-NEXT: constType: 0
117 ; DUMP-NEXT: constType: 0
130 ; DUMP-NEXT: constType: 0
143 ; DUMP-NEXT: constType: 0
156 ; DUMP-NEXT: constType: 0
169 ; DUMP-NEXT: constType: 0
182 ; DUMP-NEXT: constType: 0
196 ; DUMP-NEXT: constType: 0
[all …]
H A Dpdb-native-pointers.test44 ; CHECK-NEXT: constType: 0
56 ; CHECK-NEXT: constType: 0
68 ; CHECK-NEXT: constType: 0
80 ; CHECK-NEXT: constType: 0
92 ; CHECK-NEXT: constType: 0
104 ; CHECK-NEXT: constType: 0
116 ; CHECK-NEXT: constType: 0
128 ; CHECK-NEXT: constType: 0
140 ; CHECK-NEXT: constType: 1
152 ; CHECK-NEXT: constType: 1
[all …]
H A Dpdb-native-udts.test39 ; DUMP-NEXT: constType: 0
62 ; DUMP-NEXT: constType: 0
85 ; DUMP-NEXT: constType: 0
108 ; DUMP-NEXT: constType: 0
131 ; DUMP-NEXT: constType: 0
154 ; DUMP-NEXT: constType: 0
177 ; DUMP-NEXT: constType: 0
200 ; DUMP-NEXT: constType: 0
223 ; DUMP-NEXT: constType: 0
246 ; DUMP-NEXT: constType: 0
[all …]
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h196 uint32_t prepareConstant(Location loc, Type constType, Attribute valueAttr);
201 uint32_t prepareArrayConstant(Location loc, Type constType, ArrayAttr attr);
210 uint32_t prepareDenseElementsConstant(Location loc, Type constType,
H A DSerializer.cpp640 uint32_t Serializer::prepareConstant(Location loc, Type constType, in prepareConstant() argument
654 if (failed(processType(loc, constType, typeID))) { in prepareConstant()
662 resultID = prepareDenseElementsConstant(loc, constType, attr, in prepareConstant()
665 resultID = prepareArrayConstant(loc, constType, arrayAttr); in prepareConstant()
677 uint32_t Serializer::prepareArrayConstant(Location loc, Type constType, in prepareArrayConstant() argument
680 if (failed(processType(loc, constType, typeID))) { in prepareArrayConstant()
687 auto elementType = constType.cast<spirv::ArrayType>().getElementType(); in prepareArrayConstant()
704 Serializer::prepareDenseElementsConstant(Location loc, Type constType, in prepareDenseElementsConstant() argument
723 if (failed(processType(loc, constType, typeID))) { in prepareDenseElementsConstant()
730 auto elementType = constType.cast<spirv::CompositeType>().getElementType(0); in prepareDenseElementsConstant()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3293 Type constType; in verify() local
3297 constType = specConstOp.default_value().getType(); in verify()
3302 constType = specConstCompositeOp.type(); in verify()
3308 if (reference().getType() != constType) in verify()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp317 RAW_METHOD_DUMP(OS, constType); in dump()