Searched refs:HostAction (Results 1 – 4 of 4) sorted by relevance
3213 virtual ActionBuilderReturnCode addDeviceDependences(Action *HostAction) { in addDeviceDependences() argument3302 ActionBuilderReturnCode addDeviceDependences(Action *HostAction) override { in addDeviceDependences() argument3309 if (auto *IA = dyn_cast<InputAction>(HostAction)) { in addDeviceDependences()3344 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) { in addDeviceDependences()3991 void recordHostAction(Action *HostAction, const Arg *InputArg) { in recordHostAction() argument3992 assert(HostAction && "Invalid host action"); in recordHostAction()3994 auto Loc = HostActionToInputArgMap.try_emplace(HostAction, InputArg).first; in recordHostAction()4005 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, in addDeviceDependencesToHostAction() argument4012 return HostAction; in addDeviceDependencesToHostAction()4014 assert(HostAction && "Invalid host action!"); in addDeviceDependencesToHostAction()[all …]
339 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch) { in HostDependence()
323 Action &HostAction; variable337 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch), in HostDependence()344 Action *getAction() const { return &HostAction; } in getAction()
533 Action *HostAction) const;