Lines Matching refs:factory

137       return fir::factory::CharacterExprHelper{builder, loc}.readLengthFromBox(  in readCharacterLength()
236 auto deallocatedBox = fir::factory::createUnallocatedBox( in setUnallocatedStatus()
320 fir::factory::createUnallocatedBox(fir::FirOpBuilder &builder, in createUnallocatedBox()
360 fir::factory::createTempMutableBox(fir::FirOpBuilder &builder, in createTempMutableBox()
395 fir::factory::genMutableBoxRead(fir::FirOpBuilder &builder, mlir::Location loc, in genMutableBoxRead()
426 fir::factory::genIsAllocatedOrAssociatedTest(fir::FirOpBuilder &builder, in genIsAllocatedOrAssociatedTest()
446 void fir::factory::genFinalization(fir::FirOpBuilder &builder, in genFinalization()
463 void fir::factory::associateMutableBox(fir::FirOpBuilder &builder, in associateMutableBox()
499 auto extents = fir::factory::getExtents(loc, builder, source); in associateMutableBox()
503 fir::factory::readCharLen(builder, loc, source)); in associateMutableBox()
533 void fir::factory::associateMutableBoxWithRemap( in associateMutableBoxWithRemap()
595 fir::factory::readCharLen(builder, loc, source)); in associateMutableBoxWithRemap()
630 void fir::factory::disassociateMutableBox(fir::FirOpBuilder &builder, in disassociateMutableBox()
648 fir::factory::genMaxWithZero(builder, loc, lenParams[0]); in getNewLengths()
680 void fir::factory::genInlinedAllocation(fir::FirOpBuilder &builder, in genInlinedAllocation()
690 safeExtents.push_back(fir::factory::genMaxWithZero(builder, loc, extent)); in genInlinedAllocation()
700 mlir::Value irBox = fir::factory::getMutableIRBox(builder, loc, box); in genInlinedAllocation()
705 void fir::factory::genInlinedDeallocate(fir::FirOpBuilder &builder, in genInlinedDeallocate()
713 fir::factory::MutableBoxReallocation fir::factory::genReallocIfNeeded( in genReallocIfNeeded()
717 fir::factory::ReallocStorageHandlerFunc storageHandler) { in genReallocIfNeeded()
834 void fir::factory::finalizeRealloc(fir::FirOpBuilder &builder, in finalizeRealloc()
856 auto extents = fir::factory::getExtents(loc, builder, realloc.newValue); in finalizeRealloc()
874 mlir::Value fir::factory::getMutableIRBox(fir::FirOpBuilder &builder, in getMutableIRBox()
880 void fir::factory::syncMutableBoxFromIRBox(fir::FirOpBuilder &builder, in syncMutableBoxFromIRBox()