Lines Matching refs:AbstractConverter
41 static mlir::Value genScalarValue(Fortran::lower::AbstractConverter &converter, in genScalarValue()
68 genInitializerExprValue(Fortran::lower::AbstractConverter &converter, in genInitializerExprValue()
100 static fir::GlobalOp defineGlobal(Fortran::lower::AbstractConverter &converter,
105 static mlir::Location genLocation(Fortran::lower::AbstractConverter &converter, in genLocation()
115 static fir::GlobalOp declareGlobal(Fortran::lower::AbstractConverter &converter, in declareGlobal()
159 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genExtAddrInInitializer()
181 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genInitialDataTarget()
263 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genDefaultInitializerValue()
376 static fir::GlobalOp defineGlobal(Fortran::lower::AbstractConverter &converter, in defineGlobal()
512 static void instantiateGlobal(Fortran::lower::AbstractConverter &converter, in instantiateGlobal()
542 static mlir::Value createNewLocal(Fortran::lower::AbstractConverter &converter, in createNewLocal()
579 defaultInitializeAtRuntime(Fortran::lower::AbstractConverter &converter, in defaultInitializeAtRuntime()
607 static void instantiateLocal(Fortran::lower::AbstractConverter &converter, in instantiateLocal()
650 getAggregateType(Fortran::lower::AbstractConverter &converter, in getAggregateType()
668 Fortran::lower::AbstractConverter &converter, in defineGlobalAggregateStore()
715 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in declareGlobalAggregateStore()
729 instantiateAggregateStore(Fortran::lower::AbstractConverter &converter, in instantiateAggregateStore()
784 static void instantiateAlias(Fortran::lower::AbstractConverter &converter, in instantiateAlias()
837 Fortran::lower::AbstractConverter &converter, in getTypeOfCommonWithInit()
912 getCommonBlockGlobal(Fortran::lower::AbstractConverter &converter, in getCommonBlockGlobal()
931 declareCommonBlock(Fortran::lower::AbstractConverter &converter, in declareCommonBlock()
975 mlir::Location loc, Fortran::lower::AbstractConverter &converter, in finalizeCommonBlockDefinition()
1020 Fortran::lower::AbstractConverter &converter, in defineCommonBlocks()
1038 static void instantiateCommon(Fortran::lower::AbstractConverter &converter, in instantiateCommon()
1116 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in lowerExplicitLowerBounds()
1144 lowerExplicitExtents(Fortran::lower::AbstractConverter &converter, in lowerExplicitExtents()
1180 lowerExplicitCharLen(Fortran::lower::AbstractConverter &converter, in lowerExplicitCharLen()
1234 AbstractConverter &converter, const Fortran::lower::pft::Variable &var, in mapSymbolAttributes()
1893 AbstractConverter &converter, const Fortran::lower::pft::Variable &var) { in defineModuleVariable()
1923 void Fortran::lower::instantiateVariable(AbstractConverter &converter, in instantiateVariable()
1943 AbstractConverter &converter, const Fortran::lower::CallerInterface &caller, in mapCallInterfaceSymbols()
1991 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in createRuntimeTypeInfoGlobal()