Lines Matching refs:factory
71 sourceFile = fir::factory::locationToFilename(builder, loc); in init()
72 sourceLine = fir::factory::locationToLineNo(builder, loc, in init()
190 mlir::Value boxAddress = fir::factory::getMutableIRBox(builder, loc, box); in genRuntimeDeallocate()
365 fir::factory::genInlinedAllocation(builder, loc, box, lbounds, extents, in genInlinedAllocation()
384 mlir::Value nullPointer = fir::factory::createUnallocatedBox( in genSimpleAllocation()
391 fir::factory::getMutableIRBox(builder, loc, box); in genSimpleAllocation()
419 fir::factory::syncMutableBoxFromIRBox(builder, loc, box); in genSimpleAllocation()
515 fir::factory::genInlinedDeallocate(builder, loc, box); in genDeallocate()
522 fir::factory::syncMutableBoxFromIRBox(builder, loc, box); in genDeallocate()
666 fir::factory::disassociateMutableBox(builder, loc, box); in createMutableBox()
687 fir::factory::disassociateMutableBox(builder, loc, box); in associateMutableBox()
699 fir::factory::associateMutableBox(builder, loc, box, rhs, lbounds); in associateMutableBox()