Searched refs:printFunctionLikeOp (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/include/mlir/IR/ |
D | FunctionImplementation.h | 87 void printFunctionLikeOp(OpAsmPrinter &p, Operation *op,
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinDialect.cpp | 125 impl::printFunctionLikeOp(p, op, fnType.getInputs(), /*isVariadic=*/false, in print()
|
D | FunctionImplementation.cpp | 318 void mlir::impl::printFunctionLikeOp(OpAsmPrinter &p, Operation *op, in printFunctionLikeOp() function in mlir::impl
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.cc | 343 impl::printFunctionLikeOp(p, op, fn_type.getInputs(), /*isVariadic=*/false, in PrintFuncOp()
|