Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp255 struct AAUniformWorkGroupSize struct
257 using Base = StateWrapper<BooleanState, AbstractAttribute>;
258 AAUniformWorkGroupSize(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAUniformWorkGroupSize() function
265 const std::string getName() const override { in getName()
270 const char *getIdAddr() const override { return &ID; } in getIdAddr()
274 static bool classof(const AbstractAttribute *AA) { in classof()
279 static const char ID;