Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1525 bool IsDevice = OFK != Action::OFK_None && OFK != Action::OFK_Host; in TranslateXarchArgs() local
1530 NeedTrans = IsDevice; in TranslateXarchArgs()
1531 Skip = !IsDevice; in TranslateXarchArgs()
1533 NeedTrans = !IsDevice; in TranslateXarchArgs()
1534 Skip = IsDevice; in TranslateXarchArgs()
1535 } else if (A->getOption().matches(options::OPT_Xarch__) && IsDevice) { in TranslateXarchArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9851 static bool isAssumedToBeNotEmitted(const ValueDecl *VD, bool IsDevice) { in isAssumedToBeNotEmitted() argument
9857 if (!IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_NoHost) in isAssumedToBeNotEmitted()
9860 if (IsDevice && DevTy == OMPDeclareTargetDeclAttr::DT_Host) in isAssumedToBeNotEmitted()