Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h610 const OffloadKind DependentOffloadKind = OFK_None; member
614 const OffloadKind DependentOffloadKind) in DependentActionInfo()
617 DependentOffloadKind(DependentOffloadKind) {} in DependentActionInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5584 assert(UI.DependentOffloadKind != Action::OFK_None && in BuildJobsForActionNoCache()
5592 UI.DependentOffloadKind, in BuildJobsForActionNoCache()
5600 UI.DependentOffloadKind == Action::OFK_HIP, in BuildJobsForActionNoCache()
5610 if (UI.DependentOffloadKind == Action::OFK_Host) in BuildJobsForActionNoCache()
5618 UI.DependentOffloadKind)}] = { in BuildJobsForActionNoCache()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8668 Triples += Action::GetOffloadKindName(Dep.DependentOffloadKind); in ConstructJobMultipleOutputs()
8671 if ((Dep.DependentOffloadKind == Action::OFK_HIP || in ConstructJobMultipleOutputs()
8672 Dep.DependentOffloadKind == Action::OFK_Cuda) && in ConstructJobMultipleOutputs()
8680 if (Dep.DependentOffloadKind == Action::OFK_OpenMP) { in ConstructJobMultipleOutputs()