Home
last modified time | relevance | path

Searched refs:withOp (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpInterfacesGen.cpp127 nonStaticMethodFmt.withOp(castCode).withSelf(castCode); in OpInterfaceGenerator()
128 traitMethodFmt.withOp("(*static_cast<ConcreteOp *>(this))"); in OpInterfaceGenerator()
300 verifyCtx.withOp("op"); in emitTraitDecl()
DOpDefinitionsGen.cpp441 verifyCtx.withOp("(*this->getOperation())"); in OpEmitter()
/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp34 FmtContext &FmtContext::withOp(Twine subst) { in withOp() function in FmtContext
/external/llvm-project/mlir/unittests/TableGen/
DFormatTest.cpp110 std::string result = std::string(tgfmt("$_op", &ctx.withOp("ooo"))); in TEST()
/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h58 FmtContext &withOp(Twine subst);
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc500 verify_ctx.withOp("top"); in RuntimeVerifierWriterMain()