Home
last modified time | relevance | path

Searched defs:resultTy (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/mlir/lib/Conversion/MemRefToEmitC/
H A DMemRefToEmitC.cpp43 auto resultTy = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
71 auto resultTy = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
108 auto resultTy = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
126 auto resultTy in matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp490 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
531 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
603 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
631 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
683 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
695 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
708 auto resultTy = llvm::dyn_cast<RankedTensorType>(getType()); fold() local
896 auto resultTy = llvm::cast<RankedTensorType>(getType()); fold() local
974 auto resultTy = llvm::cast<ShapedType>(getType()); fold() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp30 createOpAndInfer(PatternRewriter & rewriter,Location loc,Type resultTy,Args &&...args) createOpAndInfer() argument
90 ShapedType resultTy = cast<ShapedType>(op->getResult(0).getType()); matchAndRewrite() local
153 ShapedType resultTy = cast<ShapedType>(op->getResult(0).getType()); matchAndRewrite() local
[all...]
H A DTosaInferShapes.cpp260 Type resultTy = result.getType(); propagateShapesInRegion() local
H A DTosaValidation.cpp554 for (Type resultTy : op->getResultTypes()) { runOnOperation() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorGather.cpp64 VectorType resultTy = op.getType(); in matchAndRewrite() local
193 VectorType resultTy = op.getType(); in matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DIntegerDotProductOps.cpp62 Type resultTy = op->getResultTypes().front(); in verifyIntegerDotProduct() local
/llvm-project/flang/lib/Lower/
H A DHlfirIntrinsics.cpp321 op = createOp<OP>(resultTy, array, dim, in lowerImpl() local
294 mlir::Type resultTy = computeResultType(array, stmtResultType); lowerImpl() local
362 mlir::Type resultTy = lowerImpl() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp74 ShapedType resultTy = cast<ShapedType>(conv.getType()); in linalgIntBroadcastExtSIAdd() local
96 ShapedType resultTy = cast<ShapedType>(result.getType()); linalgBroadcastAndMaybeExtSI() local
179 inferDynamicDimsForConv(Location loc,Value input,Value weight,ShapedType resultTy,ArrayRef<int64_t> padAttr,ArrayRef<int64_t> strideAttr,ArrayRef<int64_t> dilationAttr,ArrayRef<int64_t> inputSizeDims,ArrayRef<int64_t> kernelSizeDims,OpBuilder & rewriter) inferDynamicDimsForConv() argument
247 ShapedType resultTy = cast<ShapedType>(op->getResult(0).getType()); matchAndRewrite() local
416 ShapedType resultTy = cast<ShapedType>(op->getResult(0).getType()); matchAndRewrite() local
700 TensorType resultTy = op.getType(); computeDynamicOutputSizes() local
748 ShapedType resultTy = op.getType(); matchAndRewrite() local
814 ShapedType resultTy = cast<ShapedType>(op.getType()); matchAndRewrite() local
[all...]
H A DTosaToLinalg.cpp1042 auto resultTy = cast<ShapedType>(op->getResult(0).getType()); reduceMatchAndRewriteHelper() local
1336 auto resultTy = cast<RankedTensorType>(op.getType()); matchAndRewrite() local
1433 auto resultTy = dyn_cast<RankedTensorType>(op.getType()); matchAndRewrite() local
1529 auto resultTy = cast<ShapedType>(op.getType()); matchAndRewrite() local
1822 auto resultTy = cast<ShapedType>(op.getType()); matchAndRewrite() local
1885 auto resultTy = cast<ShapedType>(op.getType()); matchAndRewrite() local
1959 auto resultTy = cast<ShapedType>(argmaxOp.getOutput().getType()); matchAndRewrite() local
2080 auto resultTy = cast<ShapedType>(op.getType()); matchAndRewrite() local
2155 auto resultTy = cast<ShapedType>(op.getType()); matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DFIROpPatterns.cpp98 mlir::Location loc, TypePair boxTy, mlir::Value box, mlir::Type resultTy, in getValueFromBox() argument
178 mlir::Type resultTy = ::getLlvmPtrType(boxTy.llvm.getContext()); getBaseAddrFromBox() local
183 getElementSizeFromBox(mlir::Location loc,mlir::Type resultTy,TypePair boxTy,mlir::Value box,mlir::ConversionPatternRewriter & rewriter) const getElementSizeFromBox() argument
192 mlir::Type resultTy = getBoxEleTy(boxTy.llvm, {kRankPosInBox}); getRankFromBox() local
[all...]
/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp72 Type resultTy = op.getType(); in matchAndRewrite() local
130 Type resultTy = op.getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTransposeConv2D.cpp102 SmallVector<Type> resultTy; in transposeConv2DHelper() local
H A DNamedOpConversions.cpp49 auto resultTy = dyn_cast<RankedTensorType>(result.getType()); in matchAndReplaceDepthwiseConv() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp130 MakeSymIntVal(const SymExpr * LHS,BinaryOperator::Opcode op,const llvm::APSInt & RHS,QualType resultTy) MakeSymIntVal() argument
424 evalBinOpNN(ProgramStateRef state,BinaryOperator::Opcode op,NonLoc lhs,NonLoc rhs,QualType resultTy) evalBinOpNN() argument
724 evalBinOpFieldRegionFieldRegion(const FieldRegion * LeftFR,const FieldRegion * RightFR,BinaryOperator::Opcode op,QualType resultTy,SimpleSValBuilder & SVB) evalBinOpFieldRegionFieldRegion() argument
792 evalBinOpLL(ProgramStateRef state,BinaryOperator::Opcode op,Loc lhs,Loc rhs,QualType resultTy) evalBinOpLL() argument
1081 evalBinOpLN(ProgramStateRef state,BinaryOperator::Opcode op,Loc lhs,NonLoc rhs,QualType resultTy) evalBinOpLN() argument
[all...]
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp230 Type resultTy = op.getType(); in matchAndRewrite() local
264 Type resultTy = op.getType(); in matchAndRewrite() local
H A DIntNarrowing.cpp
H A DEmulateWideInt.cpp956 Type resultTy = op.getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp179 Type resultTy = valueTy; matchAndRewrite() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp678 Type resultTy = op.getNumResults() ? *op.result_type_begin() : getVoidType(); in processOp() local
752 Type resultTy; in processOp() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp1002 mlir::Type resultTy = getResult().getType(); verify() local
1058 hlfir::ExprType resultTy = mlir::cast<hlfir::ExprType>(getResult().getType()); verify() local
1138 mlir::Type resultTy = matmulOp.getResult().getType(); canonicalize() local
1180 hlfir::ExprType resultTy = mlir::cast<hlfir::ExprType>(getResult().getType()); verify() local
1228 hlfir::ExprType resultTy = mlir::cast<hlfir::ExprType>(getResult().getType()); verify() local
[all...]
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp74 Type resultTy = op->getResultTypes().front(); in verifySizeOrIndexOp() local
86 Type resultTy = op->getResultTypes().front(); in verifyShapeOrExtentTensorOp() local
818 auto resultTy = llvm::dyn_cast<RankedTensorType>(op.getType()); matchAndRewrite() local
907 Type resultTy; parse() local
[all...]
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DTransformationalTest.cpp150 mlir::Type resultTy = in testGenMatmul() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp288 auto resultTy = getTypeConverter()->convertType(oldElementType); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp199 Type resultTy = in matchAndRewrite() local

12