/llvm-project/mlir/lib/Conversion/MemRefToEmitC/ |
H A D | MemRefToEmitC.cpp | 43 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 D | TosaCanonicalizations.cpp | 490 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 D | TosaDecomposeTransposeConv.cpp | 30 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 D | TosaInferShapes.cpp | 260 Type resultTy = result.getType(); propagateShapesInRegion() local
|
H A D | TosaValidation.cpp | 554 for (Type resultTy : op->getResultTypes()) { runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorGather.cpp | 64 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 D | IntegerDotProductOps.cpp | 62 Type resultTy = op->getResultTypes().front(); in verifyIntegerDotProduct() local
|
/llvm-project/flang/lib/Lower/ |
H A D | HlfirIntrinsics.cpp | 321 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 D | TosaToLinalgNamed.cpp | 74 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 D | TosaToLinalg.cpp | 1042 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 D | FIROpPatterns.cpp | 98 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 D | TosaToArith.cpp | 72 Type resultTy = op.getType(); in matchAndRewrite() local 130 Type resultTy = op.getType(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | TransposeConv2D.cpp | 102 SmallVector<Type> resultTy; in transposeConv2DHelper() local
|
H A D | NamedOpConversions.cpp | 49 auto resultTy = dyn_cast<RankedTensorType>(result.getType()); in matchAndReplaceDepthwiseConv() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 130 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 D | ExpandOps.cpp | 230 Type resultTy = op.getType(); in matchAndRewrite() local 264 Type resultTy = op.getType(); in matchAndRewrite() local
|
H A D | IntNarrowing.cpp |
|
H A D | EmulateWideInt.cpp | 956 Type resultTy = op.getType(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
H A D | LowerGpuOpsToNVVMOps.cpp | 179 Type resultTy = valueTy; matchAndRewrite() local
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | SerializeOps.cpp | 678 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 D | HLFIROps.cpp | 1002 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 D | Shape.cpp | 74 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 D | TransformationalTest.cpp | 150 mlir::Type resultTy = in testGenMatmul() local
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | EmulateNarrowType.cpp | 288 auto resultTy = getTypeConverter()->convertType(oldElementType); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/ShapeToStandard/ |
H A D | ShapeToStandard.cpp | 199 Type resultTy = in matchAndRewrite() local
|