Searched refs:OffloadingMandatory (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 9381 bool OffloadingMandatory, CodeGenFunction &CGF) { in emitTargetCallFallback() argument 9382 if (OffloadingMandatory) { in emitTargetCallFallback() 9430 const CapturedStmt &CS, bool OffloadingMandatory, in emitTargetCallKernelLaunch() argument 9540 RequiresOuterTask, &CS, OffloadingMandatory, Device, in emitTargetCallKernelLaunch() 9565 OffloadingMandatory, &CGF](llvm::OpenMPIRBuilder::InsertPointTy IP) in emitTargetCallKernelLaunch() 9608 bool OffloadingMandatory, CodeGenFunction &CGF) { in emitTargetCallElse() argument 9613 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) { in emitTargetCallElse() 9636 const bool OffloadingMandatory = !CGM.getLangOpts().OpenMPIsTargetDevice && in emitTargetCall() local 9666 RequiresOuterTask, CS, OffloadingMandatory, in emitTargetCall() 9673 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) { in emitTargetCall() [all …]
|