Lines Matching defs:FIR
7 entities in FIR and how polymorphic related constructs and features are lowered
8 to FIR.
47 ## Representation in FIR
51 A polymorphic entity is represented as a class type in FIR. In the example below
77 **FIR**
95 **FIR**
111 Assumed-type is represented in FIR as `!fir.box<none>`.
156 The construct is lowered to a specific FIR operation `fir.select_type`. It is
157 similar to other FIR "select" operations such as `fir.select` and
164 **FIR**
201 **FIR** (lower level FIR/MLIR after conversion to an if-then-else ladder)
420 **FIR**
439 **FIR**
460 The `fir.dispatch` is lowered to FIR operations by the `PolymorphicOpConversion`
465 **FIR**
586 **FIR**
610 **FIR**
625 be able to perform this optimization directly in FIR the dispatch table is also
631 **FIR**
671 **FIR**
718 **FIR**
744 **FIR**
822 ### Impact on existing FIR operations dealing with descriptors
824 Currently, FIR has a couple of operations taking descriptors as inputs or
851 **FIR**