Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Interfaces/
H A DParallelCombiningOpInterface.h22 LogicalResult verifyParallelCombiningOpInterface(Operation *op);
H A DParallelCombiningOpInterface.td55 return verifyParallelCombiningOpInterface($_op);
/llvm-project/mlir/lib/Interfaces/
H A DParallelCombiningOpInterface.cpp18 LogicalResult mlir::detail::verifyParallelCombiningOpInterface(Operation *op) { in verifyParallelCombiningOpInterface() function in mlir::detail