Home
last modified time | relevance | path

Searched defs:retTy (Results 1 – 16 of 16) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp114 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 DAllocatable.cpp748 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 DOpenACC.cpp85 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 DConvertCall.cpp691 std::optional<Fortran::evaluate::DynamicType> retTy = genCallOpAndResult() local
2277 std::optional<Fortran::evaluate::DynamicType> retTy = resultMayRequireFinalization() local
[all...]
H A DConvertExpr.cpp4597 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 DUtils.cpp125 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 DAbstractResult.cpp308 mlir::Type retTy = ret.getOperand(0).getType(); runOnSpecificOperation() local
H A DStackArrays.cpp352 auto retTy = allocmem.getAllocatedType(); visitOperation() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp780 auto retTy = std::get<mlir::Type>(m[0]); convertSignature() local
H A DCodeGen.cpp1051 convertSubcomponentIndices(mlir::Location loc,mlir::Type eleTy,mlir::ValueRange indices,mlir::Type * retTy=nullptr) convertSubcomponentIndices() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp2380 mlir::Type retTy{nullptr}; in genVecSplat() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2077 auto retTy = OMD->getReturnType(); GenerateDirectMethodPrologue() local
H A DCGObjC.cpp1200 uint64_t retTySize = CGM.getDataLayout().getTypeSizeInBits(retTy); in generateObjCGetterBody() local
H A DCGObjCMac.cpp4080 auto retTy = OMD->getReturnType(); GenerateDirectMethodPrologue() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1381 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 DVectorOps.cpp5921 VectorType retTy = createMaskOp.getResult().getType(); matchAndRewrite() local