Home
last modified time | relevance | path

Searched refs:verifyDataLayoutOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h74 LogicalResult verifyDataLayoutOp(Operation *op);
H A DDataLayoutInterfaces.td261 let verify = [{ return ::mlir::detail::verifyDataLayoutOp($_op); }];
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp373 return detail::verifyDataLayoutOp(op); in verifyOperationAttribute()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp311 LogicalResult mlir::detail::verifyDataLayoutOp(Operation *op) { in verifyDataLayoutOp() function in mlir::detail