Searched refs:OFK_OpenMP (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 334 if (JA.isDeviceOffloading(Action::OFK_OpenMP)) { in ConstructJob() 407 if (JA.isOffloading(Action::OFK_OpenMP)) in ConstructJob() 505 assert(!JA.isHostOffloading(Action::OFK_OpenMP) && in ConstructJob() 591 if (!(OK == Action::OFK_OpenMP && Input.getType() == types::TY_Object)) in getInputFilename() 609 assert((DeviceOffloadingKind == Action::OFK_OpenMP || in addClangTargetOptions() 635 if (DeviceOffloadingKind == Action::OFK_OpenMP && in addClangTargetOptions() 665 if (DeviceOffloadingKind == Action::OFK_OpenMP) { in addClangTargetOptions() 760 if (DeviceOffloadKind == Action::OFK_OpenMP) { in TranslateArgs() 827 if (OK == Action::OFK_OpenMP) in buildLinker()
|
| H A D | CommonArgs.cpp | 154 if ((JA.isHostOffloading(Action::OFK_OpenMP) && in AddLinkerInputs() 155 IA->isDeviceOffloading(Action::OFK_OpenMP)) || in AddLinkerInputs() 1223 if (!JA.isHostOffloading(Action::OFK_OpenMP)) in AddOpenMPLinkerScript() 1248 auto OpenMPToolChains = C.getOffloadToolChains<Action::OFK_OpenMP>(); in AddOpenMPLinkerScript() 1270 A->isDeviceOffloading(Action::OFK_OpenMP)) { in AddOpenMPLinkerScript()
|
| 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() 3394 bool IsOpenMPDevice = JA.isDeviceOffloading(Action::OFK_OpenMP); in ConstructJob() 4436 JA.isDeviceOffloading(Action::OFK_OpenMP))) { in ConstructJob() 5218 if (JA.isHostOffloading(Action::OFK_OpenMP)) { in ConstructJob()
|
| H A D | Gnu.cpp | 508 JA.isHostOffloading(Action::OFK_OpenMP), in ConstructJob() 2596 if (DeviceOffloadKind == Action::OFK_OpenMP) { in TranslateArgs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Action.cpp | 98 case OFK_OpenMP: in getOffloadingKindPrefix() 117 if (ActiveOffloadKindMask & OFK_OpenMP) in getOffloadingKindPrefix() 151 case OFK_OpenMP: in GetOffloadKindName()
|
| H A D | Compilation.cpp | 73 if (DeviceOffloadKind == Action::OFK_OpenMP) { in getArgsForToolChain()
|
| H A D | Driver.cpp | 683 *this, TT, *HostTC, C.getInputArgs(), Action::OFK_OpenMP); in CreateOffloadingDeviceToolChains() 687 C.addOffloadDeviceToolChain(TC, Action::OFK_OpenMP); in CreateOffloadingDeviceToolChains() 2714 : DeviceActionBuilder(C, Args, Inputs, Action::OFK_OpenMP) {} in OpenMPActionBuilder() 2779 ToolChains[I], /*BoundArch=*/StringRef(), Action::OFK_OpenMP); in addDeviceDepences() 2794 /*BoundArch=*/nullptr, Action::OFK_OpenMP); in addDeviceDepences() 2799 DDep.add(*A, **TC, /*BoundArch=*/nullptr, Action::OFK_OpenMP); in addDeviceDepences() 2819 Dep.add(*A, **TI, /*BoundArch=*/nullptr, Action::OFK_OpenMP); in appendTopLevelActions() 2837 Action::OFK_OpenMP); in appendLinkDependences() 2845 auto OpenMPTCRange = C.getOffloadToolChains<Action::OFK_OpenMP>(); in initialize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Action.h | 91 OFK_OpenMP = 0x04, enumerator
|