Home
last modified time | relevance | path

Searched refs:CallerInterface (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h58 class CallerInterface; variable
63 struct PassedEntityTypes<CallerInterface> {
251 class CallerInterface : public CallInterface<CallerInterface> {
253 CallerInterface(const Fortran::evaluate::ProcedureRef &p,
H A DConvertVariable.h30 class CallerInterface; variable
76 const Fortran::lower::CallerInterface &caller,
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp65 bool Fortran::lower::CallerInterface::hasAlternateReturns() const { in hasAlternateReturns()
80 Fortran::lower::CallerInterface::getProcedureSymbol() const { in getProcedureSymbol()
84 bool Fortran::lower::CallerInterface::isIndirectCall() const { in isIndirectCall()
92 Fortran::lower::CallerInterface::getIfIndirectCallSymbol() const { in getIfIndirectCallSymbol()
145 Fortran::lower::CallerInterface::characterize() const { in characterize()
180 void Fortran::lower::CallerInterface::placeInput( in placeInput()
210 void Fortran::lower::CallerInterface::walkResultLengths( in walkResultLengths()
245 void Fortran::lower::CallerInterface::walkResultExtents( in walkResultExtents()
283 mlir::Value Fortran::lower::CallerInterface::getArgumentValue( in getArgumentValue()
308 Fortran::lower::CallerInterface::getResultSymbol() const { in getResultSymbol()
[all …]
H A DConvertExpr.cpp2458 ExtValue genCallOpAndResult(Fortran::lower::CallerInterface &caller, in genCallOpAndResult()
2462 using PassBy = Fortran::lower::CallerInterface::PassEntityBy; in genCallOpAndResult()
2552 Fortran::lower::CallerInterface>::PassedEntity> in genCallOpAndResult()
2936 const Fortran::lower::CallerInterface::PassedEntity &arg, in prepareActualToBaseAddressLike()
3038 Fortran::lower::CallerInterface caller(procRef, converter); in genRawProcedureRef()
3039 using PassBy = Fortran::lower::CallerInterface::PassEntityBy; in genRawProcedureRef()
3050 Fortran::lower::CallerInterface>::PassedEntity &arg : in genRawProcedureRef()
4965 using PassBy = Fortran::lower::CallerInterface::PassEntityBy; in genElementalUserDefinedProcRef()
4972 Fortran::lower::CallerInterface caller(procRef, converter); in genElementalUserDefinedProcRef()
4978 Fortran::lower::CallerInterface>::PassedEntity &arg : in genElementalUserDefinedProcRef()
[all …]
H A DConvertVariable.cpp1943 AbstractConverter &converter, const Fortran::lower::CallerInterface &caller, in mapCallInterfaceSymbols()