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

References

include/llvm/CodeGen/MIRYamlMapping.h
   84     return Value == Other.Value;
  163     return ID == Other.ID && Class == Other.Class &&
  164            PreferredRegister == Other.PreferredRegister;
  184     return Register == Other.Register &&
  185            VirtualRegister == Other.VirtualRegister;
  225     return ID == Other.ID && Name == Other.Name && Type == Other.Type &&
  229            CalleeSavedRegister == Other.CalleeSavedRegister &&
  231            LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
  232            DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
  232            DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
  296            CalleeSavedRegister == Other.CalleeSavedRegister &&
  298            DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
  298            DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
  299            && DebugLoc == Other.DebugLoc;
  361       return Reg == Other.Reg && ArgNo == Other.ArgNo;
  418     return ID == Other.ID && Value == Other.Value &&
  517            StackProtector == Other.StackProtector &&
  525            SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
  525            SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
include/llvm/Support/YAMLTraits.h
  928     const bool sameAsDefault = outputting() && Val == DefaultValue;
usr/include/c++/7.4.0/bits/stl_algobase.h
  800 	    if (!(*__first1 == *__first2))