Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/
H A DTestSCFUtils.cpp58 for (auto yieldVal : in runOnOperation() local
61 b.create<arith::AddFOp>(loc, yieldVal, yieldVal)); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp284 for (Value yieldVal : yieldOp.values()) { in getRegionComputeFn() local
285 auto yieldArg = yieldVal.dyn_cast<BlockArgument>(); in getRegionComputeFn()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1137 for (const auto &yieldVal : llvm::enumerate(yieldOp.values())) { in matchAndRewrite() local
1138 auto yieldArg = yieldVal.value().dyn_cast<BlockArgument>(); in matchAndRewrite()
1143 Type resultType = genericOp->getResult(yieldVal.index()).getType(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp978 Value yieldVal = yieldOp->getOperand(idx); in matchAndRewrite() local
979 auto tensorLoadOp = yieldVal.getDefiningOp<bufferization::ToTensorOp>(); in matchAndRewrite()