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.cpp475 struct PrintIFR { struct
476 PrintIFR(const IFRecord &R, const TargetRegisterInfo *RI) in PrintIFR() function
480 friend raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P);
486 raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P) { in operator <<()
581 dbgs() << " " << PrintIFR(J.first, HRI) << ", " in dump_map()