Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp162 Fortran::lower::AggregateStoreMap storeMap; in genExtAddrInInitializer() local
173 storeMap); in genExtAddrInInitializer()
184 Fortran::lower::AggregateStoreMap storeMap; in genInitialDataTarget() local
201 storeMap); in genInitialDataTarget()
627 storeMap[key] = aggregateStore; in insertAggregateStore()
637 auto iter = storeMap.find(key); in getAggregateStore()
638 assert(iter != storeMap.end()); in getAggregateStore()
757 insertAggregateStore(storeMap, var, aggregateStore); in instantiateAggregateStore()
767 insertAggregateStore(storeMap, var, local); in instantiateAggregateStore()
794 mlir::Value store = getAggregateStore(storeMap, var); in instantiateAlias()
[all …]
H A DBridge.cpp2665 Fortran::lower::AggregateStoreMap &storeMap) { in instantiateVar() argument
2666 Fortran::lower::instantiateVariable(*this, var, localSymbols, storeMap); in instantiateVar()
2697 Fortran::lower::AggregateStoreMap storeMap; in startNewFunction() local
2707 instantiateVar(var, storeMap); in startNewFunction()
2714 instantiateVar(var, storeMap); in startNewFunction()
2732 instantiateVar(var, storeMap); in startNewFunction()
2734 instantiateVar(var, storeMap); in startNewFunction()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DConvertVariable.h49 SymMap &symMap, AggregateStoreMap &storeMap);