Lines Matching defs:ael
3301 ArrayExprLowering ael(converter, stmtCtx, symMap,
3303 ael.lowerArrayAssignment(lhs, rhs);
3344 ArrayExprLowering ael(converter, stmtCtx, symMap,
3347 ael.lowerScalarAssignment(lhs, rhs);
3351 ArrayExprLowering ael(converter, stmtCtx, symMap,
3354 ael.lowerArrayAssignment(lhs, rhs);
3370 ArrayExprLowering ael(converter, stmtCtx, symMap,
3373 ael.lowerArrayOfPointerAssignment(lhs, rhs, lbounds, ubounds);
3411 ArrayExprLowering ael(converter, stmtCtx, symMap,
3414 ael.lowerAllocatableArrayAssignment(lhs, rhs);
3519 ArrayExprLowering ael{converter, stmtCtx, symMap,
3521 return ael.lowerBoxedArrayExpr(expr);
3544 ArrayExprLowering ael{converter, stmtCtx, symMap};
3545 ael.determineShapeOfDest(expr);
3546 ExtValue loopRes = ael.lowerArrayExpression(expr);
3547 fir::ArrayLoadOp dest = ael.destination;
3571 ArrayExprLowering ael(converter, stmtCtx, symMap);
3572 ael.lowerLazyArrayExpression(expr, raggedHeader);
3652 ArrayExprLowering ael(converter, stmtCtx, symMap,
3662 ael.lowerElementalUserAssignment(func, *lhs, *rhs);
3704 ArrayExprLowering ael(converter, stmtCtx, symMap,
3706 ael.lowerElementalSubroutine(call);
3793 ArrayExprLowering ael(converter, stmtCtx, symMap,
3796 return ael.lowerScalarUserAssignment(userAssignmentFunction, lhs, rhs);