Home
last modified time | relevance | path

Searched defs:resTy (Results 1 – 15 of 15) sorted by relevance

/llvm-project/flang/lib/Optimizer/Transforms/
H A DAddDebugInfo.cpp251 for (auto resTy : funcOp.getResultTypes()) { runOnOperation() local
H A DArrayValueCopy.cpp939 mlir::Type resTy, mlir::Value alloc, in genCoorOp()
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp79 llvm::Type *resTy; in getOverloadedDeclaration() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp229 mlir::Type resTy = addr.getResult().getType(); runOnOperation() local
H A DTargetRewrite.cpp161 auto resTy = std::get<mlir::Type>(m[0]); rewriteCallComplexResultType() local
195 auto resTy = std::get<mlir::Type>(newTypeAndAttr); passArgumentOnStackOrWithNewType() local
H A DCodeGen.cpp585 mlir::Type resTy = convertType(cmp.getType()); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp297 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 DConvertExpr.cpp1740 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 DConvertCall.cpp1830 mlir::Type resTy = hlfir::getFortranElementType(*callContext.resultType); genCustomIntrinsicRefCore() local
H A DIO.cpp244 mlir::TypeRange resTy; makeNextConditionalOn() local
H A DBridge.cpp5271 mlir::Type resTy = primaryFuncResultStorage.getType(); startNewFunction() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp1515 mlir::Type resTy = getResult().getType(); getRank() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp3376 auto resTy = cast<ShapedType>(res.getType()); depthwiseConv1dSliceAsMulAcc() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp3231 auto resTy = SubViewOp::inferResultType(op.getSourceType(), mixedOffsets, operator ()() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2412 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type resTy,mlir::Value refVal) build() argument