Home
last modified time | relevance | path

Searched defs:wordIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Target/SPIRV/
H A DSPIRVBinaryUtils.h48 unsigned &wordIndex) { in decodeStringLiteral()
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp225 if (wordIndex >= words.size()) in processOpWithoutGrammarAttr() local
333 unsigned wordIndex = 0; processOp() local
382 unsigned wordIndex = 0; processOp() local
458 size_t wordIndex = 0; processOp() local
[all...]
H A DDeserializer.cpp175 unsigned wordIndex = 0; in processExtension() local
196 unsigned wordIndex = 1; in processExtInstImport() local
290 unsigned wordIndex = 2; processDecoration() local
364 unsigned wordIndex = 2; processMemberName() local
655 unsigned wordIndex = 0; processGlobalVariable() local
748 unsigned wordIndex = 1; processName() local
2242 unsigned wordIndex = 1; processDebugString() local
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp832 emitAttributeDeserialization(const Attribute & attr,ArrayRef<SMLoc> loc,StringRef tabs,StringRef attrList,StringRef attrName,StringRef words,StringRef wordIndex,raw_ostream & os) emitAttributeDeserialization() argument
890 emitResultDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef resultTypes,StringRef valueID,raw_ostream & os) emitResultDeserialization() argument
934 emitOperandDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef operands,StringRef attributes,raw_ostream & os) emitOperandDeserialization() argument
1014 wordIndex("wordIndex"), opVar("op"), operands("operands"), emitDeserializationFunction() local
[all...]