Lines Matching defs:OffloadingMandatory
9144 bool OffloadingMandatory, CodeGenFunction &CGF) {
9145 if (OffloadingMandatory) {
9319 const CapturedStmt &CS, bool OffloadingMandatory,
9350 RequiresOuterTask, &CS, OffloadingMandatory, Device,
9361 RequiresOuterTask, CS, OffloadingMandatory, CGF);
9376 OffloadingMandatory, &CGF](llvm::OpenMPIRBuilder::InsertPointTy IP)
9380 RequiresOuterTask, CS, OffloadingMandatory, CGF);
9431 bool OffloadingMandatory, CodeGenFunction &CGF) {
9436 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) {
9438 RequiresOuterTask, CS, OffloadingMandatory, CGF);
9459 const bool OffloadingMandatory = !CGM.getLangOpts().OpenMPIsTargetDevice &&
9462 assert((OffloadingMandatory || OutlinedFn) && "Invalid outlined function!");
9484 RequiresOuterTask, &CS, OffloadingMandatory, Device,
9489 RequiresOuterTask, CS, OffloadingMandatory,
9496 OffloadingMandatory](CodeGenFunction &CGF, PrePostActionTy &) {
9498 CS, OffloadingMandatory, CGF);