Searched refs:PrintInit (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp420 friend struct PrintInit;
425 friend raw_ostream &operator<< (raw_ostream &OS, const struct PrintInit &P);
478 struct PrintInit { struct in namespace:__anon2330
479 PrintInit(const HCE::ExtenderInit &EI, const HexagonRegisterInfo &I) function in struct:__anon2330::PrintInit
486 raw_ostream &operator<< (raw_ostream &OS, const PrintInit &P) {
560 OS << " " << PrintInit(Q.first, P.HRI) << " -> {";
1597 << " for initializer: " << PrintInit(ExtI, *HRI) << "\n "
1839 dbgs() << '\n' << PrintInit(ExtI, *HRI) << " " << MI;

Completed in 58 milliseconds