Home
last modified time | relevance | path

Searched defs:AAAMDMaxNumWorkgroups (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp1006 struct AAAMDMaxNumWorkgroups struct
1008 using Base = StateWrapper<TupleDecIntegerRangeState, AbstractAttribute>;
1010 AAAMDMaxNumWorkgroups(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAAMDMaxNumWorkgroups() function
1012 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 …]