Searched defs:AAAMDMaxNumWorkgroups (Results 1 – 1 of 1) sorted by relevance
1006 struct AAAMDMaxNumWorkgroups struct1008 using Base = StateWrapper<TupleDecIntegerRangeState, AbstractAttribute>;1010 AAAMDMaxNumWorkgroups(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAAMDMaxNumWorkgroups() function1012 void initialize(Attributor &A) override { in initialize()1026 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()1057 ChangeStatus manifest(Attributor &A) override { in manifest()1072 StringRef getName() const override { return "AAAMDMaxNumWorkgroups"; } in getName()1074 const std::string getAsStr(Attributor *) const override { in getAsStr()1082 const char *getIdAddr() const override { return &ID; } in getIdAddr()1086 static bool classof(const AbstractAttribute *AA) { in classof()[all …]