Home
last modified time | relevance | path

Searched refs:result_begin (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Analysis/
H A DTestAliasAnalysis.cpp64 valsToCheck.append(op->result_begin(), op->result_end()); in runOnOperation()
108 valsToCheck.append(op->result_begin(), op->result_end()); in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DFoldUtils.h81 results.assign(op->result_begin(), op->result_end()); in create()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h109 const_value_iterator result_begin() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp144 auto Operator::result_begin() const -> const_value_iterator { in result_begin() function in Operator
153 return {result_begin(), result_end()}; in getResults()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp474 loopResults.assign(forOp.result_begin(), forOp.result_end()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h330 result_iterator result_begin() { return getResults().begin(); } in result_begin() function
H A DOpDefinition.h580 result_iterator result_begin() { in result_begin() function
581 return this->getOperation()->result_begin(); in result_begin()
/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp518 results.append(newOp.result_begin(), newOp.result_end()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp393 tiledOp.tensorResults.assign(tiledOp.op->result_begin(), in tileLinalgOpImpl()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2697 return seenResultTypes.test(arg - op.result_begin()) ? arg : nullptr; in findSeenArg()
3079 unsigned resIdx = var->getVar() - op.result_begin(); in parseTypeDirectiveOperand()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1755 SmallVector<Value> results(newOp->result_begin(), newOp->result_end()); in matchAndRewrite()