/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AddDebugInfo.cpp | 251 for (auto resTy : funcOp.getResultTypes()) { runOnOperation() local
|
H A D | ArrayValueCopy.cpp | 939 mlir::Type resTy, mlir::Value alloc, in genCoorOp()
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMToLLVMIRTranslation.cpp | 79 llvm::Type *resTy; in getOverloadedDeclaration() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | BoxedProcedure.cpp | 229 mlir::Type resTy = addr.getResult().getType(); runOnOperation() local
|
H A D | TargetRewrite.cpp | 161 auto resTy = std::get<mlir::Type>(m[0]); rewriteCallComplexResultType() local 195 auto resTy = std::get<mlir::Type>(newTypeAndAttr); passArgumentOnStackOrWithNewType() local
|
H A D | CodeGen.cpp | 585 mlir::Type resTy = convertType(cmp.getType()); matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Reduction.cpp | 297 ctx, {resTy, boxTy, strTy, intTy, intTy, boxTy}, {}); in getTypeModel() local 315 ctx, {resTy, boxTy, strTy, intTy, intTy, boxTy}, {}); in getTypeModel() local 229 auto resTy = fir::ReferenceType::get(ty); getTypeModel() local 247 auto resTy = fir::ReferenceType::get(ty); getTypeModel() local 397 auto resTy = fir::ReferenceType::get(ty); getTypeModel() local 415 auto resTy = fir::ReferenceType::get(ty); getTypeModel() local [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 1740 mlir::Type resTy = genType(*funcRef.GetType()); genFunctionRef() local 2883 std::optional<mlir::Type> resTy; genval() local 3894 mlir::Type resTy = converter.genType(exp); lowerArrayExpression() local 3907 mlir::Type resTy = fir::unwrapPassByRefType(fir::getBase(exv).getType()); lowerArrayExpression() local 5830 mlir::Type resTy = innerArg.getType(); genarr() local 6068 computeElementSize(const ExtValue & exv,mlir::Type eleTy,mlir::Type resTy) computeElementSize() argument 6168 copyNextArrayCtorSection(const ExtValue & exv,mlir::Value buffPos,mlir::Value buffSize,mlir::Value mem,mlir::Value eleSz,mlir::Type eleTy,mlir::Type eleRefTy,mlir::Type resTy) copyNextArrayCtorSection() argument 6317 genArrayCtorInitializer(const Fortran::evaluate::ImpliedDo<A> & x,mlir::Type resTy,mlir::Value mem,mlir::Value buffPos,mlir::Value buffSize,Fortran::lower::StatementContext &) genArrayCtorInitializer() argument 6393 mlir::Type resTy = translateSomeExprToFIRType(converter, evExpr); genarr() local 6885 mlir::Type resTy = builder.getRefType(eleTy); applyPathToArrayLoad() local [all...] |
H A D | ConvertCall.cpp | 1830 mlir::Type resTy = hlfir::getFortranElementType(*callContext.resultType); genCustomIntrinsicRefCore() local
|
H A D | IO.cpp | 244 mlir::TypeRange resTy; makeNextConditionalOn() local
|
H A D | Bridge.cpp | 5271 mlir::Type resTy = primaryFuncResultStorage.getType(); startNewFunction() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 1515 mlir::Type resTy = getResult().getType(); getRank() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 3376 auto resTy = cast<ShapedType>(res.getType()); depthwiseConv1dSliceAsMulAcc() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 3231 auto resTy = SubViewOp::inferResultType(op.getSourceType(), mixedOffsets, operator ()() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 2412 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type resTy,mlir::Value refVal) build() argument
|