Searched defs:preAlloc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | ConvertVariable.cpp | 686 createNewLocal(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::lower::pft::Variable & var,mlir::Value preAlloc,llvm::ArrayRef<mlir::Value> shape={},llvm::ArrayRef<mlir::Value> lenParams={}) createNewLocal() argument 1859 mapSymbolAttributes(AbstractConverter & converter,const Fortran::lower::pft::Variable & var,Fortran::lower::SymMap & symMap,Fortran::lower::StatementContext & stmtCtx,mlir::Value preAlloc) mapSymbolAttributes() argument 2400 mapSymbolAttributes(AbstractConverter & converter,const Fortran::semantics::SymbolRef & symbol,Fortran::lower::SymMap & symMap,Fortran::lower::StatementContext & stmtCtx,mlir::Value preAlloc) mapSymbolAttributes() argument [all...] |
H A D | Bridge.cpp | 5270 mlir::Value preAlloc = primaryFuncResultStorage; startNewFunction() local
|