Searched refs:FlushOp (Results 1 – 4 of 4) sorted by relevance
74 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
115 converter.getFirOpBuilder().create<mlir::omp::FlushOp>( in genOMP()
223 def FlushOp : OpenMP_Op<"flush"> {
539 .Case([&](omp::FlushOp) { in convertOmpOperation() argument