Home
last modified time | relevance | path

Searched defs:inputTypes (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/lib/Conversion/LinalgToStandard/
H A DLinalgToStandard.cpp69 SmallVector<Type, 4> inputTypes(extractOperandTypes(op)); in getLibraryCallSymbolRef() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DDerived.cpp70 llvm::ArrayRef<mlir::Type> inputTypes = callee.getFunctionType().getInputs(); genNullifyDerivedType() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseAssembler.cpp176 SmallVector<Type> inputTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp356 SmallVector<Type, 8> inputTypes; normalizeFuncOpMemRefs() local
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp158 llvm::ArrayRef<mlir::Type> inputTypes = callee.getFunctionType().getInputs(); genRuntimeInitCharacter() local
633 llvm::ArrayRef<mlir::Type> inputTypes = genInitDerived() local
660 llvm::ArrayRef<mlir::Type> inputTypes = genInitIntrinsic() local
[all...]
/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
186 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/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp316 SmallVector<Type, 4> inputTypes(typesRange.begin(), typesRange.end()); in outlineExecuteOp() local
H A DAsyncParallelFor.cpp480 FunctionType type = rewriter.getFunctionType(inputTypes, TypeRange()); in createAsyncDispatchFunction() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp1677 SmallVector<Type> inputTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp522 assert(!inputTypes.empty() && "cannot concatenate 0 tensors"); in inferResultType() argument
562 SmallVector<RankedTensorType> inputTypes; verify() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1732 verifyNumBlockArgs(T * op,Region & region,const char * regionName,TypeRange inputTypes,Type outputType) verifyNumBlockArgs() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp6380 SmallVector<Type> inputTypes; parse() local