Searched refs:RequiresOuterTask (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 9460 bool RequiresOuterTask, const CapturedStmt &CS, in emitTargetCallFallback() argument 9465 if (RequiresOuterTask) { in emitTargetCallFallback() 9630 llvm::SmallVectorImpl<llvm::Value *> &CapturedVars, bool RequiresOuterTask, in emitTargetCallKernelLaunch() argument 9662 RequiresOuterTask, &CS, OffloadingMandatory, Device, in emitTargetCallKernelLaunch() 9673 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch() 9687 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS, in emitTargetCallKernelLaunch() 9692 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch() 9732 if (RequiresOuterTask) in emitTargetCallKernelLaunch() 9742 bool RequiresOuterTask, const CapturedStmt &CS, in emitTargetCallElse() argument 9747 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS, in emitTargetCallElse() [all …]
|