Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp690 struct AAAMDSizeRangeAttribute struct
692 using Base = StateWrapper<IntegerRangeState, AbstractAttribute, uint32_t>;
694 StringRef AttrName;
696 AAAMDSizeRangeAttribute(const IRPosition &IRP, Attributor &A, in AAAMDSizeRangeAttribute() argument
701 void trackStatistics() const override {} in trackStatistics()
704 ChangeStatus updateImplImpl(Attributor &A) { in updateImplImpl()
730 ChangeStatus emitAttributeIfNotDefault(Attributor &A, unsigned Min, in emitAttributeIfNotDefault()
746 const std::string getAsStr(Attributor *) const override { in getAsStr()