Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h46 class ResultRange; variable
766 class ResultRange final
767 : public llvm::indexed_accessor_range<ResultRange, Operation *, OpResult,
770 using indexed_accessor_range<ResultRange, Operation *, OpResult, OpResult,
772 ResultRange(Operation *op);
785 friend llvm::indexed_accessor_range<ResultRange, Operation *, OpResult,
836 ValueRange(iterator_range<ResultRange::iterator> values) in ValueRange()
837 : ValueRange(ResultRange(values)) {} in ValueRange()
842 ValueRange(ResultRange values);
DTypeRange.h22 class ResultRange; variable
46 explicit TypeRange(ResultRange values);
DOperation.h281 using result_range = ResultRange;
/external/llvm-project/mlir/lib/IR/
DOperationSupport.cpp505 ResultRange::ResultRange(Operation *op) in ResultRange() function in ResultRange
506 : ResultRange(op, /*startIndex=*/0, op->getNumResults()) {} in ResultRange()
508 ArrayRef<Type> ResultRange::getTypes() const { in getTypes()
513 OpResult ResultRange::dereference(Operation *op, ptrdiff_t index) { in dereference()
524 ValueRange::ValueRange(ResultRange values) in ValueRange()
DTypeRange.cpp23 TypeRange::TypeRange(ResultRange values) in TypeRange()
/external/llvm-project/mlir/include/mlir/Dialect/SCF/
DSCF.h56 ResultRange getResults() { return loops.front().getResults(); } in getResults()
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp575 ResultRange callResults = op->getResults(); in visitCallOperation()
659 ResultRange results = parentOp->getResults(); in visitRegionSuccessors()
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp219 ResultRange opResults, in verifyResultTypesAreInferrable()
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPredicateTree.cpp99 ResultRange results = op.results(); in getTreePredicates()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc515 ResultRange results);
871 ResultRange results) { in RefineTypeForPassThroughOperands()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp856 llvm::BitVector &induction, ResultRange results) { in genWhileInduction()