Home
last modified time | relevance | path

Searched defs:IsDevice (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1588 bool IsDevice = OFK != Action::OFK_None && OFK != Action::OFK_Host; in TranslateXarchArgs() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7991 bool IsDevice = CGF.CGM.getLangOpts().OpenMPIsTargetDevice; in emitTargetTeamsLoopCodegenStatus() local
H A DCGOpenMPRuntime.cpp9914 static bool isAssumedToBeNotEmitted(const ValueDecl *VD, bool IsDevice) { in isAssumedToBeNotEmitted()