Lines Matching full:assignments
9 functional so far, the code lowering expressions and assignments from the
16 Fortran concepts at a lower-level (like character or derived type assignments),
34 - Lowering expressions and assignments in the exact same way, regardless of
110 assignments or transformational intrinsics).
114 assignments with the fir.array_load concept).
512 Note about user defined assignments: semantics is resolving them and building
876 - Lowering it in an optimal way requires analyzing several assignments/mask
886 - On top of the above points, Forall can contain user assignments, pointer
887 assignments, and assignment to whole allocatable.
898 assignments. Any assignments syntactically before the where mask occurrence
905 - 1. Determining if the where masks value may be modified by any assignments
914 evaluating previous assignments)
915 - 3. For each assignments, check if the RHS/LHS operands value may depend
957 - Assignments propagation
970 how to do assignments) is based on the fir::ExtendedValue concept. This
1188 - Insert temporary, and duplicate array assignments, that can be lowered to
1231 Step 4: Lower assignments to regular loops since they have the no_overlap
1306 ### Example 3: assignments with vector subscript
1321 hlfir.elemental into hlfir.forall (for assignments), or a fir.iter_while (for