Home
last modified time | relevance | path

Searched refs:DependentOffloadKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h600 const OffloadKind DependentOffloadKind = OFK_None; member
604 const OffloadKind DependentOffloadKind) in DependentActionInfo()
607 DependentOffloadKind(DependentOffloadKind) {} in DependentActionInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6018 assert(UI.DependentOffloadKind != Action::OFK_None && in BuildJobsForActionNoCache()
6026 UI.DependentOffloadKind, in BuildJobsForActionNoCache()
6034 UI.DependentOffloadKind == Action::OFK_HIP, in BuildJobsForActionNoCache()
6044 if (UI.DependentOffloadKind == Action::OFK_Host) in BuildJobsForActionNoCache()
6052 UI.DependentOffloadKind)}] = { in BuildJobsForActionNoCache()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8989 Triples += Action::GetOffloadKindName(Dep.DependentOffloadKind); in ConstructJobMultipleOutputs()
8993 if ((Dep.DependentOffloadKind == Action::OFK_HIP || in ConstructJobMultipleOutputs()
8994 Dep.DependentOffloadKind == Action::OFK_Cuda) && in ConstructJobMultipleOutputs()
9002 if (Dep.DependentOffloadKind == Action::OFK_OpenMP) { in ConstructJobMultipleOutputs()