Lines Matching full:lowering
65 the lowering can use in different ways as is necessary.
92 # Declare Target Fortran OpenMP Lowering
94 The initial lowering of `declare target` to MLIR for both use-cases is done
95 inside of the usual OpenMP lowering in flang/lib/Lower/OpenMP.cpp. However,
97 lowering bridge in flang/lib/Lower/Bridge.cpp are made.
110 lowering bridge, we are also invoking another function called
114 and capture clause, and it is stored in a vector that is part of the lowering
118 initial marking as we must store this data in the lowering bridge and we
120 lowering.
128 `markOpenMPDeferredDeclareTargetFunctions`, which is called from the lowering
129 bridge at the end of the lowering process allowing us to mark those where
165 (e.g. for lowering the `target region`(s) inside). Otherwise, it removes
176 # Declare Target OpenMP Dialect To LLVM-IR Lowering
178 The OpenMP dialect lowering of `declare target` is done through the
256 lowering should exist, but it needs further testing and likely some further