Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/Transforms/
H A DFuncConversions.h70 bool isNotBranchOpInterfaceOrReturnLikeOp(Operation *op);
/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DFuncBufferize.cpp52 return isNotBranchOpInterfaceOrReturnLikeOp(op) || in runOnOperation()
H A DFuncConversions.cpp154 bool mlir::isNotBranchOpInterfaceOrReturnLikeOp(Operation *op) { in isNotBranchOpInterfaceOrReturnLikeOp() function in mlir
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp506 if (isNotBranchOpInterfaceOrReturnLikeOp(op) || in runOnOperation()