Searched defs:outputTypes (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Query/ |
H A D | Query.cpp | 49 std::vector<Type> outputTypes; in extractFunction() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseAssembler.cpp | 177 SmallVector<Type> outputTypes; matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 120 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 D | AbstractResult.cpp | 67 llvm::SmallVector<mlir::Type> outputTypes; getCPtrFunctionType() local
|
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | AsyncToAsyncRuntime.cpp | 317 auto outputTypes = execute.getResultTypes(); in outlineExecuteOp() local
|