Home
last modified time | relevance | path

Searched defs:preAlloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp686 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 DBridge.cpp5270 mlir::Value preAlloc = primaryFuncResultStorage; startNewFunction() local