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

Declarations

include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  769 hash_code hash_value(const RegisterBankInfo::PartialMapping &PartMapping);

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  300     return hash_value(*BreakDown);
  303     Hashes.push_back(hash_value(BreakDown[Idx]));