Home
last modified time | relevance | path

Searched refs:getOffloadKinds (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp181 ActiveOffloadKindMask = HDep.getOffloadKinds(); in OffloadAction()
182 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction()
189 auto &OKinds = DDeps.getOffloadKinds(); in OffloadAction()
211 ActiveOffloadKindMask = HDep.getOffloadKinds(); in OffloadAction()
212 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction()
220 A->propagateDeviceOffloadInfo(DDeps.getOffloadKinds()[i], in OffloadAction()
305 for (auto K : DDeps.getOffloadKinds()) in HostDependence()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h294 const OffloadKindList &getOffloadKinds() const { in getOffloadKinds() function
327 unsigned getOffloadKinds() const { return HostOffloadKinds; } in getOffloadKinds() function