Searched refs:OffloadingMandatory (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9443 bool OffloadingMandatory, CodeGenFunction &CGF) { in emitTargetCallFallback() argument 9444 if (OffloadingMandatory) { in emitTargetCallFallback() 9492 const CapturedStmt &CS, bool OffloadingMandatory, in emitTargetCallKernelLaunch() argument 9602 RequiresOuterTask, &CS, OffloadingMandatory, Device, in emitTargetCallKernelLaunch() 9613 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch() 9628 OffloadingMandatory, &CGF](llvm::OpenMPIRBuilder::InsertPointTy IP) in emitTargetCallKernelLaunch() 9632 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch() 9671 bool OffloadingMandatory, CodeGenFunction &CGF) { in emitTargetCallElse() argument 9676 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) { in emitTargetCallElse() 9678 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallElse() [all …]
|