Searched refs:ResultRange (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/mlir/include/mlir/IR/ |
D | OperationSupport.h | 46 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);
|
D | TypeRange.h | 22 class ResultRange; variable 46 explicit TypeRange(ResultRange values);
|
D | Operation.h | 281 using result_range = ResultRange;
|
/external/llvm-project/mlir/lib/IR/ |
D | OperationSupport.cpp | 505 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()
|
D | TypeRange.cpp | 23 TypeRange::TypeRange(ResultRange values) in TypeRange()
|
/external/llvm-project/mlir/include/mlir/Dialect/SCF/ |
D | SCF.h | 56 ResultRange getResults() { return loops.front().getResults(); } in getResults()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | SCCP.cpp | 575 ResultRange callResults = op->getResults(); in visitCallOperation() 659 ResultRange results = parentOp->getResults(); in visitRegionSuccessors()
|
/external/llvm-project/mlir/lib/Dialect/PDL/IR/ |
D | PDL.cpp | 219 ResultRange opResults, in verifyResultTypesAreInferrable()
|
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
D | PredicateTree.cpp | 99 ResultRange results = op.results(); in getTreePredicates()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | shape_inference.cc | 515 ResultRange results); 871 ResultRange results) { in RefineTypeForPassThroughOperands()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Sparsification.cpp | 856 llvm::BitVector &induction, ResultRange results) { in genWhileInduction()
|