/llvm-project/mlir/lib/Conversion/LinalgToStandard/ |
H A D | LinalgToStandard.cpp | 69 SmallVector<Type, 4> inputTypes(extractOperandTypes(op)); in getLibraryCallSymbolRef() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Derived.cpp | 70 llvm::ArrayRef<mlir::Type> inputTypes = callee.getFunctionType().getInputs(); genNullifyDerivedType() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseAssembler.cpp | 176 SmallVector<Type> inputTypes; matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | NormalizeMemRefs.cpp | 356 SmallVector<Type, 8> inputTypes; normalizeFuncOpMemRefs() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Allocatable.cpp | 158 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 D | LinalgOps.cpp | 120 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 D | AsyncToAsyncRuntime.cpp | 316 SmallVector<Type, 4> inputTypes(typesRange.begin(), typesRange.end()); in outlineExecuteOp() local
|
H A D | AsyncParallelFor.cpp | 480 FunctionType type = rewriter.getFunctionType(inputTypes, TypeRange()); in createAsyncDispatchFunction() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorDistribute.cpp | 1677 SmallVector<Type> inputTypes; matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 522 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 D | SparseTensorDialect.cpp | 1732 verifyNumBlockArgs(T * op,Region & region,const char * regionName,TypeRange inputTypes,Type outputType) verifyNumBlockArgs() argument
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 6380 SmallVector<Type> inputTypes; parse() local
|