Home
last modified time | relevance | path

Searched refs:verifySpec (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp64 LogicalResult verifySpec(Location loc) { return success(); } in verifySpec() function
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp317 if (failed(spec.verifySpec(op->getLoc()))) in verifyDataLayoutOp()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td140 /*methodName=*/"verifySpec",