Home
last modified time | relevance | path

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

123

/llvm-project/mlir/lib/Interfaces/
H A DFunctionImplementation.cpp83 parseFunctionResultList(OpAsmParser &parser, SmallVectorImpl<Type> &resultTypes, in parseFunctionResultList()
119 SmallVectorImpl<Type> &resultTypes, in parseFunctionSignature()
170 SmallVector<Type> resultTypes; in parseFunctionOp() local
268 bool isVariadic, ArrayRef<Type> resultTypes) { in printFunctionSignature()
330 ArrayRef<Type> resultTypes = op.getResultTypes(); in printFunctionOp() local
H A DCastInterfaces.cpp40 auto resultTypes = op->getResultTypes(); in verifyCastInterfaceOp() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp222 SmallVector<Type, 1> resultTypes; processOpWithoutGrammarAttr() local
457 SmallVector<Type, 1> resultTypes; processOp() local
536 SmallVector<Type, 1> resultTypes; processOp() local
/llvm-project/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp69 TypeRange resultTypes, ValueRange dependencies, in build()
184 SmallVector<Type, 4> resultTypes; in parse() local
337 auto resultTypes = getResultTypes(); in verify() local
410 ArrayRef<Type> resultTypes = funcOp.isStateful() in verify() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp62 SmallVector<Type> resultTypes = linalgOp.hasPureTensorSemantics() in generalizeNamedOp() local
H A DElementwiseToLinalg.cpp100 auto resultTypes = llvm::to_vector<6>( in matchAndRewrite() local
H A DFusion.cpp149 SmallVector<Type, 4> resultTypes; in fuse() local
H A DDecomposeLinalgOps.cpp201 SmallVector<Type> resultTypes = llvm::to_vector(genericOp.getResultTypes()); in createPeeledGenericOp() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DSyntax.cpp29 parseSemiFunctionType(OpAsmParser & parser,Type & argumentType,SmallVectorImpl<Type> & resultTypes) parseSemiFunctionType() argument
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp213 SmallVector<Type, 4> resultTypes; updateFunctionSignature() local
464 SmallVector<Type, 4> resultTypes; normalizeFuncOpMemRefs() local
503 SmallVector<Type, 4> resultTypes; createOpResultsNormalized() local
[all...]
/llvm-project/mlir/unittests/TableGen/
H A DOpBuildGen.cpp50 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp()
74 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp()
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DBasicPtxBuilderInterface.cpp116 auto resultTypes = interfaceOp->getResultTypes(); build() local
/llvm-project/mlir/test/lib/Dialect/SCF/
H A DTestWhileOpBuilder.cpp51 TypeRange resultTypes = whileOp->getResultTypes(); in runOnOperation() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DOneToNTypeConversion.cpp23 materializeTargetConversion(OpBuilder & builder,Location loc,TypeRange resultTypes,Value input) const materializeTargetConversion() argument
115 buildUnrealizedCast(OpBuilder & builder,TypeRange resultTypes,ValueRange inputs,CastKind kind) buildUnrealizedCast() argument
351 TypeRange resultTypes = castOp->getResultTypes(); applyPartialOneToNConversion() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp110 SmallVector<Type, 1> resultTypes; in rewriteAsyncOp() local
156 SmallVector<Type, 2> resultTypes; in addExecuteResults() local
[all...]
/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp106 SmallVectorImpl<Type> &resultTypes, UnitAttr &inferredResultTypes) { in parseCreateOperationOpResults()
125 TypeRange resultTypes, in printCreateOperationOpResults()
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateUnsupportedFloats.cpp84 SmallVector<Type> resultTypes; rewrite() local
/llvm-project/mlir/lib/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.cpp34 createStructuredBranchRegionOp(OpBuilder & builder,Operation * controlFlowCondOp,TypeRange resultTypes,MutableArrayRef<Region> regions) createStructuredBranchRegionOp() argument
/llvm-project/mlir/test/lib/Conversion/OneToNTypeConversion/
H A DTestOneToNTypeConversionPass.cpp150 buildGetTupleElementOps(OpBuilder & builder,TypeRange resultTypes,Value input,Location loc) buildGetTupleElementOps() argument
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp991 ArrayRef<Type> resultTypes = matcherSymbol.getResultTypes(); in verifySymbolUses() local
1361 auto resultTypes = TypeRange(getResultTypes()).drop_front(); in verifySymbolUses() local
2336 build(OpBuilder & builder,OperationState & state,StringRef symName,Type rootType,TypeRange resultTypes,SequenceBodyBuilderFn bodyBuilder,ArrayRef<NamedAttribute> attrs,ArrayRef<DictionaryAttr> argAttrs) build() argument
2726 build(OpBuilder & builder,OperationState & state,TypeRange resultTypes,FailurePropagationMode failurePropagationMode,Value root,SequenceBodyBuilderFn bodyBuilder) build() argument
2738 build(OpBuilder & builder,OperationState & state,TypeRange resultTypes,FailurePropagationMode failurePropagationMode,Value root,ValueRange extraBindings,SequenceBodyBuilderArgsFn bodyBuilder) build() argument
2749 build(OpBuilder & builder,OperationState & state,TypeRange resultTypes,FailurePropagationMode failurePropagationMode,Type bbArgType,SequenceBodyBuilderFn bodyBuilder) build() argument
2760 build(OpBuilder & builder,OperationState & state,TypeRange resultTypes,FailurePropagationMode failurePropagationMode,Type bbArgType,TypeRange extraBindingTypes,SequenceBodyBuilderArgsFn bodyBuilder) build() argument
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp555 SmallVector<Type> resultTypes; packOperationResults() local
579 SmallVector<Type> resultTypes; packFunctionResults() local
/llvm-project/mlir/unittests/IR/
H A DOperationSupportTest.cpp23 ArrayRef<Type> resultTypes = std::nullopt, in createOp()
/llvm-project/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp189 verifyResultTypesAreInferrable(OperationOp op,OperandRange resultTypes) verifyResultTypesAreInferrable() argument
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp357 SmallVector<Type> resultTypes; foldMemRefCasts() local
/llvm-project/mlir/lib/IR/
H A DOperation.cpp52 TypeRange resultTypes, ValueRange operands, in create() argument
68 TypeRange resultTypes, ValueRange operands, in create() argument
83 TypeRange resultTypes, ValueRange operands, in create() argument
[all...]

123