Lines Matching defs:OffloadingMandatory
9443 bool OffloadingMandatory, CodeGenFunction &CGF) {
9444 if (OffloadingMandatory) {
9492 const CapturedStmt &CS, bool OffloadingMandatory,
9602 RequiresOuterTask, &CS, OffloadingMandatory, Device,
9613 RequiresOuterTask, CS, OffloadingMandatory, CGF);
9628 OffloadingMandatory, &CGF](llvm::OpenMPIRBuilder::InsertPointTy IP)
9632 RequiresOuterTask, CS, OffloadingMandatory, CGF);
9671 bool OffloadingMandatory, CodeGenFunction &CGF) {
9676 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) {
9678 RequiresOuterTask, CS, OffloadingMandatory, CGF);
9699 const bool OffloadingMandatory = !CGM.getLangOpts().OpenMPIsTargetDevice &&
9702 assert((OffloadingMandatory || OutlinedFn) && "Invalid outlined function!");
9724 RequiresOuterTask, &CS, OffloadingMandatory, Device,
9729 RequiresOuterTask, CS, OffloadingMandatory,
9736 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) {
9738 CS, OffloadingMandatory, CGF);