Lines Matching refs:storeMap
162 Fortran::lower::AggregateStoreMap storeMap; in genExtAddrInInitializer() local
173 storeMap); in genExtAddrInInitializer()
184 Fortran::lower::AggregateStoreMap storeMap; in genInitialDataTarget() local
201 storeMap); in genInitialDataTarget()
622 static void insertAggregateStore(Fortran::lower::AggregateStoreMap &storeMap, in insertAggregateStore() argument
627 storeMap[key] = aggregateStore; in insertAggregateStore()
633 getAggregateStore(Fortran::lower::AggregateStoreMap &storeMap, in getAggregateStore() argument
637 auto iter = storeMap.find(key); in getAggregateStore()
638 assert(iter != storeMap.end()); in getAggregateStore()
731 Fortran::lower::AggregateStoreMap &storeMap) { in instantiateAggregateStore() argument
757 insertAggregateStore(storeMap, var, aggregateStore); in instantiateAggregateStore()
767 insertAggregateStore(storeMap, var, local); in instantiateAggregateStore()
787 Fortran::lower::AggregateStoreMap &storeMap) { in instantiateAlias() argument
794 mlir::Value store = getAggregateStore(storeMap, var); in instantiateAlias()
1926 AggregateStoreMap &storeMap) { in instantiateVariable() argument
1928 instantiateAggregateStore(converter, var, storeMap); in instantiateVariable()
1934 instantiateAlias(converter, var, symMap, storeMap); in instantiateVariable()
1945 Fortran::lower::AggregateStoreMap storeMap; in mapCallInterfaceSymbols() local
1950 instantiateVariable(converter, var, symMap, storeMap); in mapCallInterfaceSymbols()
1985 instantiateVariable(converter, var, symMap, storeMap); in mapCallInterfaceSymbols()