| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | FunctionImplementation.cpp | 83 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 D | Operation.cpp | 35 TypeRange resultTypes, ValueRange operands, in create() 50 TypeRange resultTypes, ValueRange operands, in create() 1159 auto resultTypes = op->getResultTypes(); in verifyCastInterfaceOp() local
|
| H A D | FunctionInterfaces.cpp | 161 Operation *op, ArrayRef<unsigned> resultIndices, TypeRange resultTypes, in insertFunctionResults()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Generalization.cpp | 52 SmallVector<RankedTensorType> resultTypes = linalgOp.getOutputTensorTypes(); in generalizeNamedOp() local
|
| H A D | ElementwiseToLinalg.cpp | 101 auto resultTypes = llvm::to_vector<6>( in matchAndRewrite() local
|
| H A D | DecomposeLinalgOps.cpp | 198 SmallVector<Type> resultTypes = llvm::to_vector(genericOp.getResultTypes()); in createPeeledGenericOp() local
|
| H A D | FusionOnTensors.cpp | 183 TypeRange resultTypes = ValueRange(tiledOperands) in getTiledProducer() local
|
| H A D | Fusion.cpp | 153 SmallVector<Type, 4> resultTypes; in fuse() local
|
| H A D | DropUnitDims.cpp | 428 SmallVector<Type, 4> resultTypes; in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | NormalizeMemRefs.cpp | 200 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 D | PDLInterp.cpp | 106 SmallVectorImpl<Type> &resultTypes, UnitAttr &inferredResultTypes) { in parseCreateOperationOpResults() 125 TypeRange resultTypes, in printCreateOperationOpResults()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | AsyncRegionRewriter.cpp | 103 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 D | DeserializeOps.cpp | 219 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 D | Async.cpp | 91 TypeRange resultTypes, ValueRange dependencies, in build() 212 SmallVector<Type, 4> resultTypes; in parse() local
|
| /llvm-project-15.0.7/mlir/unittests/TableGen/ |
| H A D | OpBuildGen.cpp | 49 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | FunctionCallUtils.cpp | 155 ArrayRef<Type> resultTypes) { in createLLVMCall()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorDistribute.cpp | 230 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 D | AMDGPUToROCDL.cpp | 226 llvm::SmallVector<Type, 1> resultTypes(gpuOp->getNumResults(), in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | OperationSupportTest.cpp | 22 ArrayRef<Type> resultTypes = llvm::None, in createOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 198 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 D | PDL.cpp | 182 OperandRange resultTypes) { in verifyResultTypesAreInferrable()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/ |
| H A D | OneShotModuleBufferize.cpp | 340 SmallVector<Type> resultTypes; in foldMemRefCasts() local
|
| H A D | FuncBufferizableOpInterfaceImpl.cpp | 269 SmallVector<Type> resultTypes; in bufferize() local
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | SPIRVUtilsGen.cpp | 844 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 D | FuncToLLVM.cpp | 500 auto resultTypes = llvm::to_vector<4>(callOp.getResultTypes()); in matchAndRewrite() local
|