Searched defs:AAAMDAttributes (Results 1 – 1 of 1) sorted by relevance
321 struct AAAMDAttributes struct324 using Base = StateWrapper<BitIntegerState<uint32_t, ALL_ARGUMENT_MASK, 0>,327 AAAMDAttributes(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAAMDAttributes() function334 StringRef getName() const override { return "AAAMDAttributes"; } in getName()337 const char *getIdAddr() const override { return &ID; } in getIdAddr()341 static bool classof(const AbstractAttribute *AA) { in classof()346 static const char ID;