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

Declarations

include/llvm/CodeGen/GlobalISel/RegBankSelect.h
  463     bool operator==(const MappingCost &Cost) const;

References

include/llvm/CodeGen/GlobalISel/RegBankSelect.h
  465     bool operator!=(const MappingCost &Cost) const { return !(*this == Cost); }
lib/CodeGen/GlobalISel/RegBankSelect.cpp
  632     if (DefaultCost == MappingCost::ImpossibleCost())
  976   if (*this == Cost)
  980   if ((*this == ImpossibleCost()) || (Cost == ImpossibleCost()))
  980   if ((*this == ImpossibleCost()) || (Cost == ImpossibleCost()))
  981     return (*this == ImpossibleCost()) < (Cost == ImpossibleCost());
  981     return (*this == ImpossibleCost()) < (Cost == ImpossibleCost());
 1064   if (*this == ImpossibleCost()) {