Home
last modified time | relevance | path

Searched refs:if_expr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp82 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr, in __kmpc_parallel_51() argument
93 if (OMP_UNLIKELY(!if_expr || icv::Level || state::HasThreadState)) { in __kmpc_parallel_51()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td431 Optional<I1>:$if_expr,
437 oilist(`if` `(` $if_expr `)`
524 let arguments = (ins Optional<I1>:$if_expr,
535 oilist(`if` `(` $if_expr `)`
667 Optional<I1>:$if_expr,
685 oilist(`if` `(` $if_expr `)`
825 The optional $if_expr parameter specifies a boolean result of a
841 let arguments = (ins Optional<I1>:$if_expr,
849 oilist( `if` `(` $if_expr `)`
1287 Optional<I1>:$if_expr);
[all …]
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp686 if (taskOp.if_expr() || taskOp.final_expr() || taskOp.untiedAttr() || in convertOmpTaskOp()
917 if (loop.if_expr()) in convertOmpSimdLoop()
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dspmdization_constant_prop.ll268 …l_51(ptr nocapture noundef readnone %ident, i32 noundef %0, i32 noundef %if_expr, i32 noundef %num…
/llvm-project-15.0.7/mlir/test/Dialect/OpenMP/
H A Dops.mlir372 // Test with optional operands; if_expr, device, thread_limit, private, firstprivate and nowait.
1430 // Test with optional operand; if_expr.