Home
last modified time | relevance | path

Searched defs:outputTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Query/
H A DQuery.cpp49 std::vector<Type> outputTypes; in extractFunction() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseAssembler.cpp177 SmallVector<Type> outputTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp120 fillStructuredOpRegion(OpBuilder & opBuilder,Region & region,TypeRange inputTypes,TypeRange outputTypes,ArrayRef<NamedAttribute> attrs,RegionBuilderFn regionBuilder) fillStructuredOpRegion() argument
187 parseCommonStructuredOpParts(OpAsmParser & parser,OperationState & result,SmallVectorImpl<Type> & inputTypes,SmallVectorImpl<Type> & outputTypes,bool addOperandSegmentSizes=true) parseCommonStructuredOpParts() argument
273 parseNamedStructuredOpRegion(OpAsmParser & parser,Region & region,unsigned numRegionArgs,TypeRange inputTypes,TypeRange outputTypes,ArrayRef<NamedAttribute> attrs,RegionBuilderFn regionBuilder) parseNamedStructuredOpRegion() argument
302 SmallVector<Type, 1> inputTypes, outputTypes; parseNamedStructuredOp() local
1095 SmallVector<Type, 1> inputTypes, outputTypes; parse() local
1256 SmallVector<Type, 4> inputTypes, outputTypes; parseDstStyleOp() local
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp67 llvm::SmallVector<mlir::Type> outputTypes; getCPtrFunctionType() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp317 auto outputTypes = execute.getResultTypes(); in outlineExecuteOp() local