Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9461 bool OffloadingMandatory, CodeGenFunction &CGF) { in emitTargetCallFallback() argument
9462 if (OffloadingMandatory) { in emitTargetCallFallback()
9631 const CapturedStmt &CS, bool OffloadingMandatory, in emitTargetCallKernelLaunch() argument
9662 RequiresOuterTask, &CS, OffloadingMandatory, Device, in emitTargetCallKernelLaunch()
9673 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch()
9688 OffloadingMandatory, &CGF](llvm::OpenMPIRBuilder::InsertPointTy IP) in emitTargetCallKernelLaunch()
9692 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallKernelLaunch()
9743 bool OffloadingMandatory, CodeGenFunction &CGF) { in emitTargetCallElse() argument
9748 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) { in emitTargetCallElse()
9750 RequiresOuterTask, CS, OffloadingMandatory, CGF); in emitTargetCallElse()
[all …]