Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp294 struct AAUniformWorkGroupSize struct
296 using Base = StateWrapper<BooleanState, AbstractAttribute>;
297 AAUniformWorkGroupSize(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAUniformWorkGroupSize() function
304 const std::string getName() const override { in getName()
309 const char *getIdAddr() const override { return &ID; } in getIdAddr()
313 static bool classof(const AbstractAttribute *AA) { in classof()
318 static const char ID;