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

References

include/llvm/CodeGen/MIRYamlMapping.h
  108     return Value == Other.Value;
  108     return Value == Other.Value;
  114     return ScalarTraits<unsigned>::output(Value.Value, Ctx, OS);
  121     return ScalarTraits<unsigned>::input(Scalar, Ctx, Value.Value);
lib/CodeGen/MIRParser/MIRParser.cpp
  504     VRegInfo &Info = PFS.getVRegInfo(VReg.ID.Value);
  508                        Twine(VReg.ID.Value) + "'");
  678     if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value,
  683                        Twine(Object.ID.Value) + "'");
  717     if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx))
  721                        Twine(Object.ID.Value) + "'");
  829     if (!ConstantPoolSlots.insert(std::make_pair(YamlConstant.ID.Value, Index))
  833                        Twine(YamlConstant.ID.Value) + "'");
  850     if (!PFS.JumpTableSlots.insert(std::make_pair(Entry.ID.Value, Index))
  854                        Twine(Entry.ID.Value) + "'");