Searched refs:sectionsOp (Results 1 – 2 of 2) sorted by relevance
602 auto sectionsOp = cast<omp::SectionsOp>(opInst); in convertOmpSections() local606 if (!sectionsOp.reduction_vars().empty() || sectionsOp.reductions() || in convertOmpSections()607 !sectionsOp.allocate_vars().empty() || in convertOmpSections()608 !sectionsOp.allocators_vars().empty()) in convertOmpSections()609 return emitError(sectionsOp.getLoc()) in convertOmpSections()616 for (Operation &op : *sectionsOp.region().begin()) { in convertOmpSections()637 assert(isa<omp::SectionOp>(*sectionsOp.region().op_begin())); in convertOmpSections()658 sectionsOp.nowait())); in convertOmpSections()
1242 auto sectionsOp = firOpBuilder.create<mlir::omp::SectionsOp>( in genOMP() local1246 createBodyOfOp(sectionsOp, converter, currentLocation, eval); in genOMP()1250 auto sectionsOp = firOpBuilder.create<mlir::omp::SectionsOp>( in genOMP() local1253 createBodyOfOp<omp::SectionsOp>(sectionsOp, converter, currentLocation, in genOMP()