Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp418 friend struct PrintInit;
423 friend raw_ostream &operator<< (raw_ostream &OS, const struct PrintInit &P);
476 struct PrintInit { struct
477 PrintInit(const HCE::ExtenderInit &EI, const HexagonRegisterInfo &I) in PrintInit() function
484 raw_ostream &operator<< (raw_ostream &OS, const PrintInit &P) { in operator <<()
558 OS << " " << PrintInit(Q.first, P.HRI) << " -> {"; in operator <<()
1595 << " for initializer: " << PrintInit(ExtI, *HRI) << "\n " in insertInitializer()
1837 dbgs() << '\n' << PrintInit(ExtI, *HRI) << " " << MI; in replaceInstrExpr()