Lines Matching defs:AAAMDAttributesFunction
356 struct AAAMDAttributesFunction : public AAAMDAttributes { struct
357 AAAMDAttributesFunction(const IRPosition &IRP, Attributor &A) in AAAMDAttributesFunction() argument
360 void initialize(Attributor &A) override { in initialize()
391 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
470 ChangeStatus manifest(Attributor &A) override { in manifest()
483 const std::string getAsStr() const override { in getAsStr()
494 void trackStatistics() const override {} in trackStatistics()
497 bool checkForQueuePtr(Attributor &A) { in checkForQueuePtr()
548 bool funcRetrievesMultigridSyncArg(Attributor &A) { in funcRetrievesMultigridSyncArg()
554 bool funcRetrievesHostcallPtr(Attributor &A) { in funcRetrievesHostcallPtr()
560 bool funcRetrievesHeapPtr(Attributor &A) { in funcRetrievesHeapPtr()
567 bool funcRetrievesQueuePtr(Attributor &A) { in funcRetrievesQueuePtr()
574 bool funcRetrievesImplicitKernelArg(Attributor &A, in funcRetrievesImplicitKernelArg()
601 bool funcRetrievesLDSKernelId(Attributor &A) { in funcRetrievesLDSKernelId()