Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1336 bool IsDevice = OFK != Action::OFK_None && OFK != Action::OFK_Host; in TranslateXarchArgs() local
1341 NeedTrans = IsDevice; in TranslateXarchArgs()
1342 Skip = !IsDevice; in TranslateXarchArgs()
1344 NeedTrans = !IsDevice; in TranslateXarchArgs()
1345 Skip = IsDevice; in TranslateXarchArgs()
1346 } else if (A->getOption().matches(options::OPT_Xarch__) && IsDevice) { in TranslateXarchArgs()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10258 static bool isAssumedToBeNotEmitted(const ValueDecl *VD, bool IsDevice) { in isAssumedToBeNotEmitted() argument
10264 if (!IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_NoHost) in isAssumedToBeNotEmitted()
10267 if (IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_Host) in isAssumedToBeNotEmitted()