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

References

lib/Target/Hexagon/BitTracker.cpp
  188     : ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType), Trace(false) {
  349       const CellMapType &M) const {
  364   CellMapType::const_iterator F = M.find(RR.Reg);
  376       CellMapType &M) const {
  721                                     const CellMapType &Inputs,
  722                                     CellMapType &Outputs) const {
  850   CellMapType ResMap;
lib/Target/Hexagon/BitTracker.h
  115   CellMapType ⤅
  357   CellMapType::const_iterator F = Map.find(Reg);
  398   RegisterCell getCell(const RegisterRef &RR, const CellMapType &M) const;
  399   void putCell(const RegisterRef &RR, RegisterCell RC, CellMapType &M) const;
  404   RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const {
  470   virtual bool evaluate(const MachineInstr &MI, const CellMapType &Inputs,
  471                         CellMapType &Outputs) const;
  476   virtual bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
lib/Target/Hexagon/HexagonBitTracker.h
   26   using CellMapType = BitTracker::CellMapType;