Searched refs:OFK_OpenMP (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 405 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() 833 if (DeviceOffloadKind == Action::OFK_OpenMP) { in TranslateArgs() 870 if (OK == Action::OFK_OpenMP) in buildLinker()
|
| H A D | AMDGPUOpenMP.cpp | 238 assert(DeviceOffloadingKind == Action::OFK_OpenMP && in addClangTargetOptions() 269 if (DeviceOffloadKind != Action::OFK_OpenMP) { in TranslateArgs()
|
| H A D | CommonArgs.cpp | 243 if ((JA.isHostOffloading(Action::OFK_OpenMP) && in AddLinkerInputs() 244 IA->isDeviceOffloading(Action::OFK_OpenMP))) in AddLinkerInputs()
|
| H A D | Clang.cpp | 141 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() 1257 if (JA.isDeviceOffloading(Action::OFK_OpenMP) && in AddPreprocessingOptions() 4218 bool IsOpenMPDevice = JA.isDeviceOffloading(Action::OFK_OpenMP); in ConstructJob() 5723 JA.isDeviceOffloading(Action::OFK_OpenMP))) { in ConstructJob() 6542 JA.isHostOffloading(Action::OFK_OpenMP)) && in ConstructJob() 6653 if (JA.isHostOffloading(Action::OFK_OpenMP)) { in ConstructJob()
|
| H A D | Gnu.cpp | 612 JA.isHostOffloading(Action::OFK_OpenMP), in ConstructJob() 3038 if (DeviceOffloadKind == Action::OFK_OpenMP) { in TranslateArgs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Action.cpp | 102 case OFK_OpenMP: in getOffloadingKindPrefix() 121 if (ActiveOffloadKindMask & OFK_OpenMP) in getOffloadingKindPrefix() 155 case OFK_OpenMP: in GetOffloadKindName()
|
| H A D | Compilation.cpp | 72 if (DeviceOffloadKind == Action::OFK_OpenMP) { in getArgsForToolChain()
|
| H A D | Driver.cpp | 770 *this, TT, *HostTC, C.getInputArgs(), Action::OFK_OpenMP); in CreateOffloadingDeviceToolChains() 782 C.addOffloadDeviceToolChain(TC, Action::OFK_OpenMP); in CreateOffloadingDeviceToolChains() 3115 : DeviceActionBuilder(C, Args, Inputs, Action::OFK_OpenMP) {} in OpenMPActionBuilder() 3180 ToolChains[I], /*BoundArch=*/StringRef(), Action::OFK_OpenMP); in addDeviceDepences() 3195 /*BoundArch=*/nullptr, Action::OFK_OpenMP); in addDeviceDepences() 3200 DDep.add(*A, **TC, /*BoundArch=*/nullptr, Action::OFK_OpenMP); in addDeviceDepences() 3220 Dep.add(*A, **TI, /*BoundArch=*/nullptr, Action::OFK_OpenMP); in appendTopLevelActions() 3239 Action::OFK_OpenMP); in appendLinkDeviceActions() 3260 auto OpenMPTCRange = C.getOffloadToolChains<Action::OFK_OpenMP>(); in initialize() 4634 A->getOffloadingDeviceKind() == Action::OFK_OpenMP) { in BuildJobsForActionNoCache()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 93 OFK_OpenMP = 0x04, enumerator
|