Home
last modified time | relevance | path

Searched refs:MasterOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp100 mlir::omp::WsLoopOp, mlir::omp::MasterOp, in configureOpenMPToLLVMConversionLegality()
123 RegionOpConversion<omp::MasterOp>, ReductionOpConversion, in populateOpenMPToLLVMConversionPatterns()
124 RegionOpConversion<omp::MasterOp>, RegionOpConversion<omp::ParallelOp>, in populateOpenMPToLLVMConversionPatterns()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp319 auto &region = cast<omp::MasterOp>(opInst).getRegion(); in convertOmpMaster()
1363 .Case([&](omp::MasterOp) { in convertOperation() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp762 firOpBuilder.create<mlir::omp::MasterOp>(currentLocation, argTy); in genOMP()
763 createBodyOfOp<omp::MasterOp>(masterOp, converter, currentLocation, eval); in genOMP()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td861 def MasterOp : OpenMP_Op<"master"> {