Searched defs:callSiteType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | ConvertCall.cpp | 117 mlir::FunctionType callSiteType, mlir::FunctionType funcOpType) { in mustCastFuncOpToCopeWithImplicitInterfaceMismatch() argument 290 genCallOpAndResult(mlir::Location loc,Fortran::lower::AbstractConverter & converter,Fortran::lower::SymMap & symMap,Fortran::lower::StatementContext & stmtCtx,Fortran::lower::CallerInterface & caller,mlir::FunctionType callSiteType,std::optional<mlir::Type> resultType,bool isElemental) genCallOpAndResult() argument 1469 prepareUserCallArguments(Fortran::lower::PreparedActualArguments & loweredActuals,Fortran::lower::CallerInterface & caller,mlir::FunctionType callSiteType,CallContext & callContext,llvm::SmallVector<CallCleanUp> & callCleanUps) prepareUserCallArguments() argument 1646 genUserCall(Fortran::lower::PreparedActualArguments & loweredActuals,Fortran::lower::CallerInterface & caller,mlir::FunctionType callSiteType,CallContext & callContext) genUserCall() argument 2199 ElementalUserCallBuilder(Fortran::lower::CallerInterface & caller,mlir::FunctionType callSiteType) ElementalUserCallBuilder() argument 2298 mlir::FunctionType callSiteType; global() member in __anoneb6c47651d11::ElementalUserCallBuilder 2641 mlir::FunctionType callSiteType = caller.genFunctionType(); genProcedureRef() local 2821 mlir::FunctionType callSiteType = caller.genFunctionType(); convertUserDefinedAssignmentToHLFIR() local [all...] |
H A D | ConvertExpr.cpp | 2554 mlir::FunctionType callSiteType = caller.genFunctionType(); genRawProcedureRef() local 4727 mlir::FunctionType callSiteType = caller.genFunctionType(); genElementalUserDefinedProcRef() local
|