Home
last modified time | relevance | path

Searched defs:resultTypes (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionImplementation.cpp83 parseFunctionResultList(OpAsmParser &parser, SmallVectorImpl<Type> &resultTypes, in parseFunctionResultList()
119 SmallVectorImpl<Type> &resultTypes, in parseFunctionSignature()
169 SmallVector<Type> resultTypes; in parseFunctionOp() local
266 ArrayRef<Type> resultTypes) { in printFunctionSignature()
330 ArrayRef<Type> resultTypes = op.getResultTypes(); in printFunctionOp() local
H A DOperation.cpp35 TypeRange resultTypes, ValueRange operands, in create()
50 TypeRange resultTypes, ValueRange operands, in create()
1159 auto resultTypes = op->getResultTypes(); in verifyCastInterfaceOp() local
H A DFunctionInterfaces.cpp161 Operation *op, ArrayRef<unsigned> resultIndices, TypeRange resultTypes, in insertFunctionResults()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp52 SmallVector<RankedTensorType> resultTypes = linalgOp.getOutputTensorTypes(); in generalizeNamedOp() local
H A DElementwiseToLinalg.cpp101 auto resultTypes = llvm::to_vector<6>( in matchAndRewrite() local
H A DDecomposeLinalgOps.cpp198 SmallVector<Type> resultTypes = llvm::to_vector(genericOp.getResultTypes()); in createPeeledGenericOp() local
H A DFusionOnTensors.cpp183 TypeRange resultTypes = ValueRange(tiledOperands) in getTiledProducer() local
H A DFusion.cpp153 SmallVector<Type, 4> resultTypes; in fuse() local
H A DDropUnitDims.cpp428 SmallVector<Type, 4> resultTypes; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp200 SmallVector<Type, 4> resultTypes; in updateFunctionSignature() local
451 SmallVector<Type, 4> resultTypes; in normalizeFuncOpMemRefs() local
491 SmallVector<Type, 4> resultTypes; in createOpResultsNormalized() local
/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp106 SmallVectorImpl<Type> &resultTypes, UnitAttr &inferredResultTypes) { in parseCreateOperationOpResults()
125 TypeRange resultTypes, in printCreateOperationOpResults()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp103 SmallVector<Type, 1> resultTypes; in rewriteAsyncOp() local
147 SmallVector<Type, 2> resultTypes; in addExecuteResults() local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp219 SmallVector<Type, 1> resultTypes; in processOpWithoutGrammarAttr() local
508 SmallVector<Type, 1> resultTypes; in processOp() local
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp91 TypeRange resultTypes, ValueRange dependencies, in build()
212 SmallVector<Type, 4> resultTypes; in parse() local
/llvm-project-15.0.7/mlir/unittests/TableGen/
H A DOpBuildGen.cpp49 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DFunctionCallUtils.cpp155 ArrayRef<Type> resultTypes) { in createLLVMCall()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp230 ArrayRef<Type> resultTypes) { in cloneOpWithOperandsAndTypes()
630 SmallVector<Type> resultTypes; in matchAndRewrite() local
661 SmallVector<Type> resultTypes; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp226 llvm::SmallVector<Type, 1> resultTypes(gpuOp->getNumResults(), in matchAndRewrite() local
/llvm-project-15.0.7/mlir/unittests/IR/
H A DOperationSupportTest.cpp22 ArrayRef<Type> resultTypes = llvm::None, in createOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp198 SmallVectorImpl<Type> &resultTypes) { in parseNamedStructuredOpResults()
231 TypeRange resultTypes) { in printNamedStructuredOpResults()
1746 SmallVector<Type> resultTypes(linalgOp->result_type_begin(), in matchAndRewrite() local
1807 SmallVector<Value> &newOperands, SmallVector<Type> &resultTypes, in createNewOperandWithStaticSizes()
1879 SmallVector<Type> resultTypes; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp182 OperandRange resultTypes) { in verifyResultTypesAreInferrable()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp340 SmallVector<Type> resultTypes; in foldMemRefCasts() local
H A DFuncBufferizableOpInterfaceImpl.cpp269 SmallVector<Type> resultTypes; in bufferize() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp844 StringRef resultTypes, StringRef valueID, in emitResultDeserialization()
966 StringRef resultTypes("resultTypes"), valueID("valueID"), words("words"), in emitDeserializationFunction() local
/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp500 auto resultTypes = llvm::to_vector<4>(callOp.getResultTypes()); in matchAndRewrite() local

12