reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 4892   bool Sat = CntName.endswith("_sat");
 4894   if (CntName == "vmcnt" || CntName == "vmcnt_sat") {
 4894   if (CntName == "vmcnt" || CntName == "vmcnt_sat") {
 4896   } else if (CntName == "expcnt" || CntName == "expcnt_sat") {
 4896   } else if (CntName == "expcnt" || CntName == "expcnt_sat") {
 4898   } else if (CntName == "lgkmcnt" || CntName == "lgkmcnt_sat") {
 4898   } else if (CntName == "lgkmcnt" || CntName == "lgkmcnt_sat") {
 4901     Error(CntLoc, "invalid counter name " + CntName);
 4906     Error(ValLoc, "too large value for " + CntName);