Lines Matching full:lowered
7 entities in FIR and how polymorphic related constructs and features are lowered
156 The construct is lowered to a specific FIR operation `fir.select_type`. It is
190 `TYPE IS` type guard statement is lowered to an inlined comparison. The
191 `CLASS IS` type guard statement is lowered to a runtime function call.
424 not passed as argument when lowered. If `PASS(arg-name)` is specified, the
460 The `fir.dispatch` is lowered to FIR operations by the `PolymorphicOpConversion`
618 Appropriate call to finalization have to be lowered at the right places (7.5.6.3
709 The `ALLOCATE` statement is lowered to runtime calls as shown in the example
735 The `DEALLOCATE` statement is lowered to a runtime call to
756 Both intrinsic functions are lowered to their respective runtime calls.
819 The `NULLIFY` statement is lowered to a call to the corresponding runtime