Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp389 struct PrintORL { struct
390 PrintORL(const OrderedRegisterList &L, const TargetRegisterInfo *RI) in PrintORL() function
392 friend raw_ostream &operator<< (raw_ostream &OS, const PrintORL &P);
398 raw_ostream &operator<< (raw_ostream &OS, const PrintORL &P) { in operator <<()
763 << " AVs: " << PrintORL(AVs, HRI) << "\n"; in findRecordInsertForms()