Home
last modified time | relevance | path

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

/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp532 ArrayRef<SMLoc> loc, StringRef tabs, in emitAttributeSerialization() argument
595 emitArgumentSerialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef opVar,StringRef operands,StringRef elidedAttrs,raw_ostream & os) emitArgumentSerialization() argument
678 emitResultSerialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef opVar,StringRef operands,StringRef resultID,raw_ostream & os) emitResultSerialization() argument
704 emitDecorationSerialization(const Operator & op,StringRef tabs,StringRef opVar,StringRef elidedAttrs,StringRef resultID,raw_ostream & os) emitDecorationSerialization() argument
807 emitSerializationDispatch(const Operator & op,StringRef tabs,StringRef opVar,raw_ostream & os) emitSerializationDispatch() argument
830 emitAttributeDeserialization(const Attribute & attr,ArrayRef<SMLoc> loc,StringRef tabs,StringRef attrList,StringRef attrName,StringRef words,StringRef wordIndex,raw_ostream & os) emitAttributeDeserialization() argument
889 emitResultDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef resultTypes,StringRef valueID,raw_ostream & os) emitResultDeserialization() argument
933 emitOperandDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef operands,StringRef attributes,raw_ostream & os) emitOperandDeserialization() argument
990 emitDecorationDeserialization(const Operator & op,StringRef tabs,StringRef valueID,StringRef attributes,raw_ostream & os) emitDecorationDeserialization() argument
1082 emitDeserializationDispatch(const Operator & op,const Record * def,StringRef tabs,StringRef words,raw_ostream & os) emitDeserializationDispatch() argument
[all...]