Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp437 struct PrintIFR { struct
438 PrintIFR(const IFRecord &R, const TargetRegisterInfo *RI) in PrintIFR() function
443 friend raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P);
446 raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P) { in operator <<()
545 dbgs() << " " << PrintIFR(LL[i].first, HRI) << ", " in dump_map()