Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h122 void genInlinedAllocation(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp332 void genInlinedAllocation(const Allocation &alloc, in genInlinedAllocation() function in __anon5a2fc0790111::AllocateStmtHelper
365 fir::factory::genInlinedAllocation(builder, loc, box, lbounds, extents, in genInlinedAllocation()
374 genInlinedAllocation(alloc, box); in genSimpleAllocation()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp680 void fir::factory::genInlinedAllocation(fir::FirOpBuilder &builder, in genInlinedAllocation() function in fir::factory