Searched refs:storeMap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertVariable.cpp | 162 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 D | Bridge.cpp | 2665 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 D | ConvertVariable.h | 49 SymMap &symMap, AggregateStoreMap &storeMap);
|