Searched refs:getAsmBlockArgumentNames (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgStructuredOps.td | 56 DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmBlockArgumentNames"]>, 250 DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmBlockArgumentNames"]>, 333 DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmBlockArgumentNames"]>,
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpAsmInterface.td | 62 "void", "getAsmBlockArgumentNames",
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestOpsSyntax.cpp | 454 void PolyForOp::getAsmBlockArgumentNames(Region ®ion, in getAsmBlockArgumentNames() function in PolyForOp
|
H A D | TestOpsSyntax.td | 59 void getAsmBlockArgumentNames(mlir::Region ®ion,
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 990 void GenericOp::getAsmBlockArgumentNames(Region ®ion, in build() 1362 void MapOp::getAsmBlockArgumentNames(Region ®ion, in parse() 1599 void ReduceOp::getAsmBlockArgumentNames(Region ®ion, in parse() 918 void GenericOp::getAsmBlockArgumentNames(Region ®ion, getAsmBlockArgumentNames() function in GenericOp 1277 void MapOp::getAsmBlockArgumentNames(Region ®ion, getAsmBlockArgumentNames() function in MapOp 1510 void ReduceOp::getAsmBlockArgumentNames(Region ®ion, getAsmBlockArgumentNames() function in ReduceOp
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 1551 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()
|