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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp67 struct PrintRegister { struct in namespace:__anon2419
68 friend raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR);
70 PrintRegister(RegisterSubReg R, const TargetRegisterInfo &I) : Reg(R), TRI(I) {} function in struct:__anon2419::PrintRegister
77 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR)
79 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR) {
255 LLVM_DEBUG(dbgs() << __func__ << ": " << PrintRegister(Reg, *TRI));
263 LLVM_DEBUG(dbgs() << " -> " << PrintRegister(PR, *TRI) << '\n');
279 LLVM_DEBUG(dbgs() << " -> !" << PrintRegister(RegisterSubReg(NewPR), *TRI)
H A DHexagonConstExtenders.cpp416 friend struct PrintRegister;
421 const struct PrintRegister &P);
442 struct PrintRegister { struct in namespace:__anon2399
443 PrintRegister(HCE::Register R, const HexagonRegisterInfo &I) function in struct:__anon2399::PrintRegister
450 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &P) {
1859 << PrintRegister(ExtR, *HRI) << " Diff:" << Diff << '\n');

Completed in 197 milliseconds