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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 5205   if (Str == "null") {
 5210   if (Str.startswith("mrt")) {
 5211     Str = Str.drop_front(3);
 5211     Str = Str.drop_front(3);
 5212     if (Str == "z") { // == mrtz
 5217     if (Str.getAsInteger(10, Val))
 5226   if (Str.startswith("pos")) {
 5227     Str = Str.drop_front(3);
 5227     Str = Str.drop_front(3);
 5228     if (Str.getAsInteger(10, Val))
 5238   if (isGFX10() && Str == "prim") {
 5243   if (Str.startswith("param")) {
 5244     Str = Str.drop_front(5);
 5244     Str = Str.drop_front(5);
 5245     if (Str.getAsInteger(10, Val))
 5255   if (Str.startswith("invalid_target_")) {
 5256     Str = Str.drop_front(15);
 5256     Str = Str.drop_front(15);
 5257     if (Str.getAsInteger(10, Val))