Searched refs:OpMethodBody (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/TableGen/ |
D | OpClass.cpp | 169 OpMethodBody::OpMethodBody(bool declOnly) : isEffective(!declOnly) {} in OpMethodBody() function in OpMethodBody 171 OpMethodBody &OpMethodBody::operator<<(Twine content) { in operator <<() 177 OpMethodBody &OpMethodBody::operator<<(int content) { in operator <<() 183 OpMethodBody &OpMethodBody::operator<<(const FmtObjectBase &content) { in operator <<() 189 void OpMethodBody::writeTo(raw_ostream &os) const { in writeTo()
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | OpClass.h | 214 class OpMethodBody { 216 explicit OpMethodBody(bool declOnly); 218 OpMethodBody &operator<<(Twine content); 219 OpMethodBody &operator<<(int content); 220 OpMethodBody &operator<<(const FmtObjectBase &content); 255 OpMethodBody &body() { return methodBody; } in body() 285 OpMethodBody methodBody;
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpFormatGen.cpp | 418 void genElementParser(Element *element, OpMethodBody &body, 422 void genParserTypeResolution(Operator &op, OpMethodBody &body); 424 void genParserRegionResolution(Operator &op, OpMethodBody &body); 426 void genParserSuccessorResolution(Operator &op, OpMethodBody &body); 428 void genParserVariadicSegmentResolution(Operator &op, OpMethodBody &body); 434 void genElementPrinter(Element *element, OpMethodBody &body, Operator &op, 750 static void genLiteralParser(StringRef value, OpMethodBody &body) { in genLiteralParser() 775 static void genElementParserStorage(Element *element, OpMethodBody &body) { in genElementParserStorage() 880 static void genCustomParameterParser(Element ¶m, OpMethodBody &body) { in genCustomParameterParser() 934 static void genCustomDirectiveParser(CustomDirective *dir, OpMethodBody &body) { in genCustomDirectiveParser() [all …]
|
D | OpDefinitionsGen.cpp | 259 void genCodeForAddingArgAndRegionForBuilder(OpMethodBody &body, 279 void genOperandResultVerifier(OpMethodBody &body, 285 void genRegionVerifier(OpMethodBody &body); 289 void genSuccessorVerifier(OpMethodBody &body); 378 FmtContext &ctx, OpMethodBody &body) { in genAttributeVerifier() 1485 void OpEmitter::genCodeForAddingArgAndRegionForBuilder(OpMethodBody &body, in genCodeForAddingArgAndRegionForBuilder() 1764 [&](const tblgen::Operator::ArgOrType &type) -> OpMethodBody & { in genTypeInterfaceMethods() 1865 void OpEmitter::genOperandResultVerifier(OpMethodBody &body, in genOperandResultVerifier() 1918 void OpEmitter::genRegionVerifier(OpMethodBody &body) { in genRegionVerifier() 1957 void OpEmitter::genSuccessorVerifier(OpMethodBody &body) { in genSuccessorVerifier()
|