Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp933 struct AAAMDGPUNoAGPR struct
937 AAAMDGPUNoAGPR(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {} in AAAMDGPUNoAGPR() function
939 static AAAMDGPUNoAGPR &createForPosition(const IRPosition &IRP, in createForPosition()
946 void initialize(Attributor &A) override { in initialize()
952 const std::string getAsStr(Attributor *A) const override { in getAsStr()
956 void trackStatistics() const override {} in trackStatistics()
958 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
989 ChangeStatus manifest(Attributor &A) override { in manifest()
997 const std::string getName() const override { return "AAAMDGPUNoAGPR"; } in getName()
998 const char *getIdAddr() const override { return &ID; } in getIdAddr()
[all …]