Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp757 struct AAAMDFlatWorkGroupSize : public AAAMDSizeRangeAttribute { struct
758 AAAMDFlatWorkGroupSize(const IRPosition &IRP, Attributor &A) in AAAMDFlatWorkGroupSize() argument
761 void initialize(Attributor &A) override { in initialize()
773 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
781 ChangeStatus manifest(Attributor &A) override { in manifest()
790 const std::string getName() const override { in getName()
795 const char *getIdAddr() const override { return &ID; } in getIdAddr()
799 static bool classof(const AbstractAttribute *AA) { in classof()
804 static const char ID;