Home
last modified time | relevance | path

Searched refs:withBuilder (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/unittests/TableGen/
DFormatTest.cpp32 ctx.withBuilder("builder"); in TEST()
104 std::string result = std::string(tgfmt("$_builder", &ctx.withBuilder("bbb"))); in TEST()
121 std::string result = std::string(tgfmt("$_op", &ctx.withBuilder("builder"))); in TEST()
153 ctx.withBuilder("bbb"); in TEST()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp482 fctx.withBuilder("::mlir::Builder(this->getContext())"); in genAttrGetters()
598 .withBuilder("odsBuilder") in genAttrGetters()
1204 fctx.withBuilder(builder); in builderSignatureFromDAG()
1221 fctx.withBuilder(builder); in builderSignatureFromString()
1523 fctx.withBuilder("odsBuilder"); in genCodeForAddingArgAndRegionForBuilder()
1760 fctx.withBuilder("odsBuilder"); in genTypeInterfaceMethods()
2168 fctx.withBuilder("::mlir::Builder(odsAttrs.getContext())"); in OpOperandAdaptorEmitter()
DStructsGen.cpp245 fmtCtx.withBuilder("builder"); in emitAccessorDef()
DRewriterGen.cpp216 fmtCtx.withBuilder("rewriter"); in PatternEmitter()
DOpFormatGen.cpp1027 attrTypeCtx.withBuilder("parser.getBuilder()"); in genParser()
1256 typeBuilderCtx.withBuilder("parser.getBuilder()"); in genParserTypeResolution()
/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp29 FmtContext &FmtContext::withBuilder(Twine subst) { in withBuilder() function in FmtContext
/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h57 FmtContext &withBuilder(Twine subst);