Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DLowLevelIntrinsics.h37 mlir::func::FuncOp getRealloc(FirOpBuilder &builder);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DLowLevelIntrinsics.cpp54 mlir::func::FuncOp fir::factory::getRealloc(fir::FirOpBuilder &builder) { in getRealloc() function in fir::factory
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp6341 mlir::func::FuncOp reallocFunc = fir::factory::getRealloc(builder); in growBuffer()