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.cpp457 struct AAAMDAttributesFunction : public AAAMDAttributes { struct
458 AAAMDAttributesFunction(const IRPosition &IRP, Attributor &A) in AAAMDAttributesFunction() function
461 void initialize(Attributor &A) override { in initialize()
492 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
584 ChangeStatus manifest(Attributor &A) override { in manifest()
597 const std::string getAsStr(Attributor *) const override { in getAsStr()
609 void trackStatistics() const override {} in trackStatistics()
612 bool checkForQueuePtr(Attributor &A) { in checkForQueuePtr()
663 bool funcRetrievesMultigridSyncArg(Attributor &A, unsigned COV) { in funcRetrievesMultigridSyncArg()
669 bool funcRetrievesHostcallPtr(Attributor &A, unsigned COV) { in funcRetrievesHostcallPtr()
[all …]