Searched refs:IsDevice (Results 1 – 3 of 3) sorted by relevance
1588 bool IsDevice = OFK != Action::OFK_None && OFK != Action::OFK_Host; in TranslateXarchArgs() local1593 NeedTrans = IsDevice; in TranslateXarchArgs()1594 Skip = !IsDevice; in TranslateXarchArgs()1596 NeedTrans = !IsDevice; in TranslateXarchArgs()1597 Skip = IsDevice; in TranslateXarchArgs()1598 } else if (A->getOption().matches(options::OPT_Xarch__) && IsDevice) { in TranslateXarchArgs()
9914 static bool isAssumedToBeNotEmitted(const ValueDecl *VD, bool IsDevice) { in isAssumedToBeNotEmitted() argument9920 if (!IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_NoHost) in isAssumedToBeNotEmitted()9923 if (IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_Host) in isAssumedToBeNotEmitted()
7991 bool IsDevice = CGF.CGM.getLangOpts().OpenMPIsTargetDevice; in emitTargetTeamsLoopCodegenStatus() local7992 if (IsDevice) in emitTargetTeamsLoopCodegenStatus()