Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp403 struct AAAMDAttributesFunction : public AAAMDAttributes { struct
404 AAAMDAttributesFunction(const IRPosition &IRP, Attributor &A) in AAAMDAttributesFunction() function
407 void initialize(Attributor &A) override { in initialize()
438 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
526 ChangeStatus manifest(Attributor &A) override { in manifest()
539 const std::string getAsStr(Attributor *) const override { in getAsStr()
551 void trackStatistics() const override {} in trackStatistics()
554 bool checkForQueuePtr(Attributor &A) { in checkForQueuePtr()
605 bool funcRetrievesMultigridSyncArg(Attributor &A, unsigned COV) { in funcRetrievesMultigridSyncArg()
611 bool funcRetrievesHostcallPtr(Attributor &A, unsigned COV) { in funcRetrievesHostcallPtr()
[all …]