Home
last modified time | relevance | path

Searched refs:singleOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp664 convertOmpSingle(omp::SingleOp &singleOp, llvm::IRBuilderBase &builder, in convertOmpSingle() argument
671 convertOmpOpRegions(singleOp.region(), "omp.single.region", builder, in convertOmpSingle()
676 ompLoc, bodyCB, finiCB, singleOp.nowait(), /*DidIt=*/nullptr)); in convertOmpSingle()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp765 auto singleOp = firOpBuilder.create<mlir::omp::SingleOp>( in genOMP() local
767 createBodyOfOp<omp::SingleOp>(singleOp, converter, currentLocation, eval); in genOMP()