Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp417 struct PrintORL { struct
418 PrintORL(const OrderedRegisterList &L, const TargetRegisterInfo *RI) in PrintORL() argument
421 friend raw_ostream &operator<< (raw_ostream &OS, const PrintORL &P);
428 raw_ostream &operator<< (raw_ostream &OS, const PrintORL &P) { in operator <<()
788 << " AVs: " << PrintORL(AVs, HRI) << "\n"; in findRecordInsertForms()