Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp449 std::is_same_v<Op, omp::SimdLoopOp>) {
1039 auto SimdLoopOp = firOpBuilder.create<mlir::omp::SimdLoopOp>( in genOMP() local
1042 createBodyOfOp<omp::SimdLoopOp>(SimdLoopOp, converter, currentLocation, in genOMP()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp905 auto loop = cast<omp::SimdLoopOp>(opInst); in convertOmpSimdLoop()
1378 .Case([&](omp::SimdLoopOp) { in convertOperation() argument
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp577 LogicalResult SimdLoopOp::verify() { in verify()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td401 def SimdLoopOp : OpenMP_Op<"simdloop", [AttrSizedOperandSegments,
456 "AtomicUpdateOp", "SimdLoopOp"]>]> {