Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgStructuredOps.td56 DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmBlockArgumentNames"]>,
250 DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmBlockArgumentNames"]>,
333 DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmBlockArgumentNames"]>,
/llvm-project/mlir/include/mlir/IR/
H A DOpAsmInterface.td62 "void", "getAsmBlockArgumentNames",
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpsSyntax.cpp454 void PolyForOp::getAsmBlockArgumentNames(Region &region, in getAsmBlockArgumentNames() function in PolyForOp
H A DTestOpsSyntax.td59 void getAsmBlockArgumentNames(mlir::Region &region,
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp990 void GenericOp::getAsmBlockArgumentNames(Region &region, in build()
1362 void MapOp::getAsmBlockArgumentNames(Region &region, in parse()
1599 void ReduceOp::getAsmBlockArgumentNames(Region &region, in parse()
918 void GenericOp::getAsmBlockArgumentNames(Region &region, getAsmBlockArgumentNames() function in GenericOp
1277 void MapOp::getAsmBlockArgumentNames(Region &region, getAsmBlockArgumentNames() function in MapOp
1510 void ReduceOp::getAsmBlockArgumentNames(Region &region, getAsmBlockArgumentNames() function in ReduceOp
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp1551 asmInterface.getAsmBlockArgumentNames(region, setBlockArgNameFn); in numberValuesInBlock()
1562 // This block hasn't been named through `getAsmBlockArgumentNames`, use in numberValuesInOp()
1615 "getAsmBlockArgumentNames callback invoked on a block not directly " in numberValuesInOp()