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

References

lib/Target/Hexagon/HexagonBitTracker.cpp
  188                                 const CellMapType &Inputs,
  189                                 CellMapType &Outputs) const {
  983                                 const CellMapType &Inputs,
 1056                                     const CellMapType &Inputs,
 1057                                     CellMapType &Outputs) const {
 1214                                           const CellMapType &Inputs,
 1215                                           CellMapType &Outputs) const {
lib/Target/Hexagon/HexagonBitTracker.h
   34   bool evaluate(const MachineInstr &MI, const CellMapType &Inputs,
   35                 CellMapType &Outputs) const override;
   36   bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
   52   bool evaluateLoad(const MachineInstr &MI, const CellMapType &Inputs,
   53                     CellMapType &Outputs) const;
   54   bool evaluateFormalCopy(const MachineInstr &MI, const CellMapType &Inputs,
   55                           CellMapType &Outputs) const;