Lines Matching refs:getArguments
297 bodyBlock.getArguments().drop_front()); in build()
809 SmallVector<Value, 4> newBlockTransferArgs(newBlock.getArguments().begin(), in replaceTensorCastForOpIterArg()
810 newBlock.getArguments().end()); in replaceTensorCastForOpIterArg()
1180 bodyBuilder(builder, result.location, bodyBlock.getArguments()); in build()
2126 bodyBlock->getArguments().take_front(numIVs), in build()
2127 bodyBlock->getArguments().drop_front(numIVs)); in build()
2174 for (auto arg : body->getArguments()) in verify()
2280 p << " (" << getBody()->getArguments() << ") = (" << getLowerBound() in print()
2415 for (auto val : outerBody.getArguments()) in matchAndRewrite()
2431 mapping.map(outerBody.getArguments(), in matchAndRewrite()
2433 mapping.map(innerBody.getArguments(), in matchAndRewrite()
2493 llvm::any_of(block.getArguments(), [&](const BlockArgument &arg) { in verifyRegions()
2569 return getBefore().front().getArguments(); in getBeforeArguments()
2573 return getAfter().front().getArguments(); in getAfterArguments()
2581 regions.emplace_back(&getBefore(), getBefore().getArguments()); in getSuccessorRegions()
2588 regions.emplace_back(&getBefore(), getBefore().getArguments()); in getSuccessorRegions()
2598 regions.emplace_back(&getAfter(), getAfter().getArguments()); in getSuccessorRegions()
2650 printInitializationList(p, getBefore().front().getArguments(), getInits(), in print()
3181 llvm::zip(cond.getArgs(), op.getAfter().front().getArguments())) { in matchAndRewrite()