Home
last modified time | relevance | path

Searched refs:isRegionReturnLike (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h235 bool isRegionReturnLike(Operation *operation);
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp240 if (isRegionReturnLike(op)) in visitRegionSuccessors()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp362 bool mlir::isRegionReturnLike(Operation *operation) { in isRegionReturnLike() function in mlir
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp67 if (isRegionReturnLike(use) && use->getParentRegion() == parentRegion) in leavesAllocationScope()
H A DOneShotAnalysis.cpp231 if (!isRegionReturnLike(returnOp) || !getOptions().isOpAllowed(returnOp)) in gatherYieldedTensors()
901 if (!isRegionReturnLike(returnOp) || in assertDestinationPassingStyle()
H A DBufferDeallocation.cpp72 if (isRegionReturnLike(terminator)) { in walkReturnOperations()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp522 if (isRegionReturnLike(op)) in isTensorYielded()