Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DFoldUtils.h72 results.assign(op->result_begin(), op->result_end()); in create()
/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h101 value_iterator result_begin();
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp97 auto Operator::result_begin() -> value_iterator { return results.begin(); } in result_begin() function in Operator
102 return {result_begin(), result_end()}; in getResults()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc441 std::next(replicate_op.result_begin(), idx * num_replicas), in ReplicateCluster()
442 std::next(replicate_op.result_begin(), (idx + 1) * num_replicas)); in ReplicateCluster()
/external/llvm-project/mlir/lib/Conversion/SCFToStandard/
DSCFToStandard.cpp431 loopResults.assign(forOp.result_begin(), forOp.result_end()); in matchAndRewrite()
/external/llvm-project/mlir/lib/IR/
DBuilders.cpp404 results.assign(op->result_begin(), op->result_end()); in tryFold()
DOperation.cpp1253 : op(op), res(end ? op->result_end() : op->result_begin()) { in UseIterator()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h284 result_iterator result_begin() { return getResults().begin(); } in result_begin() function
DOpDefinition.h592 result_iterator result_begin() { in result_begin() function
593 return this->getOperation()->result_begin(); in result_begin()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp2479 return seenResultTypes.test(arg - op.result_begin()) ? arg : nullptr; in findSeenArg()
2932 unsigned resIdx = var->getVar() - op.result_begin(); in parseTypeDirectiveOperand()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2308 results.append(newOp.result_begin(), newOp.result_end()); in matchAndRewrite()