Searched refs:IsDevice (Results 1 – 3 of 3) sorted by relevance
1842 bool IsDevice = OFK != Action::OFK_None && OFK != Action::OFK_Host; in TranslateXarchArgs() local1847 NeedTrans = IsDevice; in TranslateXarchArgs()1848 Skip = !IsDevice; in TranslateXarchArgs()1850 NeedTrans = !IsDevice; in TranslateXarchArgs()1851 Skip = IsDevice; in TranslateXarchArgs()
9986 static bool isAssumedToBeNotEmitted(const ValueDecl *VD, bool IsDevice) { in isAssumedToBeNotEmitted() argument9992 if (!IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_NoHost) in isAssumedToBeNotEmitted()9995 if (IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_Host) in isAssumedToBeNotEmitted()
8293 bool IsDevice = CGF.CGM.getLangOpts().OpenMPIsTargetDevice; in emitTargetTeamsLoopCodegenStatus() local8294 if (IsDevice) in emitTargetTeamsLoopCodegenStatus()