Home
last modified time | relevance | path

Searched refs:OFK_OpenMP (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp405 if (JA.isDeviceOffloading(Action::OFK_OpenMP)) { in ConstructJob()
478 if (JA.isOffloading(Action::OFK_OpenMP)) in ConstructJob()
584 assert(!JA.isHostOffloading(Action::OFK_OpenMP) && in ConstructJob()
666 if (!(OK == Action::OFK_OpenMP && Input.getType() == types::TY_Object)) in getInputFilename()
684 assert((DeviceOffloadingKind == Action::OFK_OpenMP || in addClangTargetOptions()
699 if (DeviceOffloadingKind == Action::OFK_OpenMP && in addClangTargetOptions()
746 if (DeviceOffloadingKind == Action::OFK_OpenMP) { in addClangTargetOptions()
827 if (DeviceOffloadKind == Action::OFK_OpenMP) { in TranslateArgs()
864 if (OK == Action::OFK_OpenMP) in buildLinker()
H A DAMDGPUOpenMP.cpp216 assert(DeviceOffloadingKind == Action::OFK_OpenMP && in addClangTargetOptions()
240 if (DeviceOffloadKind != Action::OFK_OpenMP) { in TranslateArgs()
H A DCommonArgs.cpp243 if ((JA.isHostOffloading(Action::OFK_OpenMP) && in AddLinkerInputs()
244 IA->isDeviceOffloading(Action::OFK_OpenMP))) in AddLinkerInputs()
H A DClang.cpp141 if (JA.isHostOffloading(Action::OFK_OpenMP)) { in forAllAssociatedToolChains()
142 auto TCs = C.getOffloadToolChains<Action::OFK_OpenMP>(); in forAllAssociatedToolChains()
145 } else if (JA.isDeviceOffloading(Action::OFK_OpenMP)) in forAllAssociatedToolChains()
1251 if (JA.isDeviceOffloading(Action::OFK_OpenMP) && in AddPreprocessingOptions()
4201 bool IsOpenMPDevice = JA.isDeviceOffloading(Action::OFK_OpenMP); in ConstructJob()
5673 JA.isDeviceOffloading(Action::OFK_OpenMP))) { in ConstructJob()
6491 JA.isHostOffloading(Action::OFK_OpenMP)) && in ConstructJob()
6602 if (JA.isHostOffloading(Action::OFK_OpenMP)) { in ConstructJob()
H A DGnu.cpp612 JA.isHostOffloading(Action::OFK_OpenMP), in ConstructJob()
3036 if (DeviceOffloadKind == Action::OFK_OpenMP) { in TranslateArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp102 case OFK_OpenMP: in getOffloadingKindPrefix()
121 if (ActiveOffloadKindMask & OFK_OpenMP) in getOffloadingKindPrefix()
155 case OFK_OpenMP: in GetOffloadKindName()
H A DCompilation.cpp72 if (DeviceOffloadKind == Action::OFK_OpenMP) { in getArgsForToolChain()
H A DDriver.cpp781 *this, TT, *HostTC, C.getInputArgs(), Action::OFK_OpenMP); in CreateOffloadingDeviceToolChains()
793 C.addOffloadDeviceToolChain(TC, Action::OFK_OpenMP); in CreateOffloadingDeviceToolChains()
3099 : DeviceActionBuilder(C, Args, Inputs, Action::OFK_OpenMP) {} in OpenMPActionBuilder()
3164 ToolChains[I], /*BoundArch=*/StringRef(), Action::OFK_OpenMP); in addDeviceDepences()
3179 /*BoundArch=*/nullptr, Action::OFK_OpenMP); in addDeviceDepences()
3184 DDep.add(*A, **TC, /*BoundArch=*/nullptr, Action::OFK_OpenMP); in addDeviceDepences()
3204 Dep.add(*A, **TI, /*BoundArch=*/nullptr, Action::OFK_OpenMP); in appendTopLevelActions()
3223 Action::OFK_OpenMP); in appendLinkDeviceActions()
3244 auto OpenMPTCRange = C.getOffloadToolChains<Action::OFK_OpenMP>(); in initialize()
4617 A->getOffloadingDeviceKind() == Action::OFK_OpenMP) { in BuildJobsForActionNoCache()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h93 OFK_OpenMP = 0x04, enumerator