Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp439 struct PrintIFR { struct
440 PrintIFR(const IFRecord &R, const TargetRegisterInfo *RI) in PrintIFR() argument
445 friend raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P);
448 raw_ostream &operator<< (raw_ostream &OS, const PrintIFR &P) { in operator <<()
547 dbgs() << " " << PrintIFR(LL[i].first, HRI) << ", " in dump_map()