Lines Matching defs:assignments
101 /// Once all the assignments have been analyzed and scheduled, return the
119 /// Memory effects of the assignments being lowered.
121 /// Memory effects of the evaluations implied by the assignments
123 /// to the LHS of the assignments.
126 /// masking the current assignments.
145 /// Option to tell if the scheduler should try fusing to assignments in the
255 // On top of the passed RHS argument, user defined assignments (even when
257 // assignments may write to host/used/common variables not passed via
397 // Yield has no effect as such, but in the context of order assignments.
398 // The order assignments will usually read the yielded entity (except for
399 // the yielded assignments LHS that is only read if this is an assignment
416 // Region that conflicts with the current assignments must be fully
451 // that "effects" do not conflict with the current run assignments.
491 // assignments may share the same parents), otherwise, this can make the
513 llvm::SmallVector<hlfir::RegionAssignOp> &assignments) {
518 assignments.push_back(regionAssign);
572 // Loop through the assignments and schedule them.
574 llvm::SmallVector<hlfir::RegionAssignOp> assignments;
575 gatherAssignments(root, assignments);
576 for (hlfir::RegionAssignOp assign : assignments) {
597 // Look for conflicts between the RHS/LHS evaluation and the assignments.