Home
last modified time | relevance | path

Searched refs:PrintIFR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp474 struct PrintIFR { struct
475 PrintIFR(const IFRecord &R, const TargetRegisterInfo *RI) in PrintIFR() argument
479 friend raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P);
485 raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P) { in operator <<()
589 dbgs() << " " << PrintIFR(J.first, HRI) << ", " in dump_map()