Searched refs:RequiresOuterTask (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9442 bool RequiresOuterTask, const CapturedStmt &CS, in emitTargetCallFallback() argument 9447 if (RequiresOuterTask) { in emitTargetCallFallback() 9491 llvm::SmallVectorImpl<llvm::Value *> &CapturedVars, bool RequiresOuterTask, in emitTargetCallKernelLaunch() argument 9602 RequiresOuterTask, &CS, OffloadingMandatory, Device, in emitTargetCallKernelLaunch() 9613 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch() 9627 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS, in emitTargetCallKernelLaunch() 9632 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch() 9660 if (RequiresOuterTask) in emitTargetCallKernelLaunch() 9670 bool RequiresOuterTask, const CapturedStmt &CS, in emitTargetCallElse() argument 9675 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS, in emitTargetCallElse() [all …]
|