Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp610 BlockArgument bodyBbArg = whileOp.getAfterArguments()[resultNumber]; in bufferRelation()
655 getTensorIndices(whileOp.getAfterArguments()); in resolveConflicts()
662 whileOp.getAfterArguments(), whileOp.getYieldOp().getResults(), state); in resolveConflicts()
727 getTensorIndices(whileOp.getAfterArguments()); in bufferize()
738 llvm::map_range(whileOp.getAfterArguments(), [&](BlockArgument bbArg) { in bufferize()
784 rewriter, newWhileOp.getAfterArguments(), indicesAfter); in bufferize()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2572 Block::BlockArgListType WhileOp::getAfterArguments() { in getAfterArguments() function in WhileOp
2744 llvm::zip(term.getArgs(), op.getAfterArguments())) { in matchAndRewrite()
2987 Block::BlockArgListType afterBlockArgs = op.getAfterArguments(); in matchAndRewrite()
3086 auto afterArgs = op.getAfterArguments(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCFOps.td899 Block::BlockArgListType getAfterArguments();