Home
last modified time | relevance | path

Searched refs:AggregateStoreMap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DConvertVariable.h42 using AggregateStoreMap = llvm::DenseMap<AggregateStoreKey, mlir::Value>; variable
49 SymMap &symMap, AggregateStoreMap &storeMap);
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp162 Fortran::lower::AggregateStoreMap storeMap; in genExtAddrInInitializer()
184 Fortran::lower::AggregateStoreMap storeMap; in genInitialDataTarget()
622 static void insertAggregateStore(Fortran::lower::AggregateStoreMap &storeMap, in insertAggregateStore()
633 getAggregateStore(Fortran::lower::AggregateStoreMap &storeMap, in getAggregateStore()
731 Fortran::lower::AggregateStoreMap &storeMap) { in instantiateAggregateStore()
787 Fortran::lower::AggregateStoreMap &storeMap) { in instantiateAlias()
1926 AggregateStoreMap &storeMap) { in instantiateVariable()
1945 Fortran::lower::AggregateStoreMap storeMap; in mapCallInterfaceSymbols()
H A DBridge.cpp2665 Fortran::lower::AggregateStoreMap &storeMap) { in instantiateVar()
2697 Fortran::lower::AggregateStoreMap storeMap; in startNewFunction()
2890 Fortran::lower::AggregateStoreMap fakeMap; in lowerBlockData()