/llvm-project/flang/lib/Lower/ |
H A D | CustomIntrinsicCall.cpp | 114 std::optional<mlir::Type> retTy, in prepareMinOrMaxArguments() 144 llvm::StringRef name, std::optional<mlir::Type> retTy, in lowerMinOrMax() 193 std::optional<mlir::Type> retTy, in prepareIshftcArguments() 214 llvm::StringRef name, std::optional<mlir::Type> retTy, in lowerIshftc() 253 std::optional<mlir::Type> retTy, in prepareAssociatedArguments() 310 std::optional<mlir::Type> retTy, in prepareCustomIntrinsicArgument() 331 std::optional<mlir::Type> retTy, const OperandPresent &isPresentCheck, in lowerCustomIntrinsic()
|
H A D | Allocatable.cpp | 748 mlir::Type retTy = fir::runtime::getModel<int>()(builder.getContext()); genCudaAllocate() local 817 mlir::Type retTy = fir::runtime::getModel<int>()(builder.getContext()); genCudaDeallocate() local
|
H A D | OpenACC.cpp | 85 createDataEntryOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,std::stringstream & name,mlir::SmallVector<mlir::Value> bounds,bool structured,bool implicit,mlir::acc::DataClause dataClause,mlir::Type retTy,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,mlir::Value isPresent={}) createDataEntryOp() argument 846 mlir::Type retTy = getTypeFromBounds(bounds, info.addr.getType()); genPrivatizations() local 1464 createRegionOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Location returnLoc,Fortran::lower::pft::Evaluation & eval,const llvm::SmallVectorImpl<mlir::Value> & operands,const llvm::SmallVectorImpl<int32_t> & operandSegments,bool outerCombined=false,llvm::SmallVector<mlir::Type> retTy={},mlir::Value yieldValue={},mlir::TypeRange argsTy={},llvm::SmallVector<mlir::Location> locs={}) createRegionOp() argument 1991 llvm::SmallVector<mlir::Type> retTy; createLoopOp() local [all...] |
H A D | ConvertCall.cpp | 691 std::optional<Fortran::evaluate::DynamicType> retTy = genCallOpAndResult() local 2277 std::optional<Fortran::evaluate::DynamicType> retTy = resultMayRequireFinalization() local [all...] |
H A D | ConvertExpr.cpp | 4597 genElementalIntrinsicProcRef(const Fortran::evaluate::ProcedureRef & procRef,std::optional<mlir::Type> retTy,std::optional<const Fortran::evaluate::SpecificIntrinsic> intrinsic=std::nullopt) genElementalIntrinsicProcRef() argument 4715 genElementalUserDefinedProcRef(const Fortran::evaluate::ProcedureRef & procRef,std::optional<mlir::Type> retTy) genElementalUserDefinedProcRef() argument 4934 genProcRef(const Fortran::evaluate::ProcedureRef & procRef,std::optional<mlir::Type> retTy) genProcRef() argument [all...] |
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 125 createMapInfoOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,mlir::Value varPtrPtr,std::string name,llvm::ArrayRef<mlir::Value> bounds,llvm::ArrayRef<mlir::Value> members,mlir::DenseIntElementsAttr membersIndex,uint64_t mapType,mlir::omp::VariableCaptureKind mapCaptureType,mlir::Type retTy,bool partialMap) createMapInfoOp() argument
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AbstractResult.cpp | 308 mlir::Type retTy = ret.getOperand(0).getType(); runOnSpecificOperation() local
|
H A D | StackArrays.cpp | 352 auto retTy = allocmem.getAllocatedType(); visitOperation() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TargetRewrite.cpp | 780 auto retTy = std::get<mlir::Type>(m[0]); convertSignature() local
|
H A D | CodeGen.cpp | 1051 convertSubcomponentIndices(mlir::Location loc,mlir::Type eleTy,mlir::ValueRange indices,mlir::Type * retTy=nullptr) convertSubcomponentIndices() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 2380 mlir::Type retTy{nullptr}; in genVecSplat() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 2077 auto retTy = OMD->getReturnType(); GenerateDirectMethodPrologue() local
|
H A D | CGObjC.cpp | 1200 uint64_t retTySize = CGM.getDataLayout().getTypeSizeInBits(retTy); in generateObjCGetterBody() local
|
H A D | CGObjCMac.cpp | 4080 auto retTy = OMD->getReturnType(); GenerateDirectMethodPrologue() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 1381 getPrototype(const DataLayout & DL,Type * retTy,const ArgListTy & Args,const SmallVectorImpl<ISD::OutputArg> & Outs,MaybeAlign retAlignment,std::optional<std::pair<unsigned,const APInt &>> VAInfo,const CallBase & CB,unsigned UniqueCallSite) const getPrototype() argument [all...] |
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 5921 VectorType retTy = createMaskOp.getResult().getType(); matchAndRewrite() local
|