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.cpp1218 struct AAAMDGPUNoAGPR struct
1222 AAAMDGPUNoAGPR(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {} in AAAMDGPUNoAGPR() function
1224 static AAAMDGPUNoAGPR &createForPosition(const IRPosition &IRP, in createForPosition()
1231 void initialize(Attributor &A) override { in initialize()
1240 const std::string getAsStr(Attributor *A) const override { in getAsStr()
1244 void trackStatistics() const override {} in trackStatistics()
1246 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
1278 ChangeStatus manifest(Attributor &A) override { in manifest()
1286 StringRef getName() const override { return "AAAMDGPUNoAGPR"; } in getName()
1287 const char *getIdAddr() const override { return &ID; } in getIdAddr()
[all …]