Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp64 struct PrintRegister { struct
65 friend raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR);
67 PrintRegister(Register R, const TargetRegisterInfo &I) : Reg(R), TRI(I) {} in PrintRegister() function
74 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR)
76 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR) { in operator <<()
252 LLVM_DEBUG(dbgs() << __func__ << ": " << PrintRegister(Reg, *TRI)); in getPredRegFor()
260 LLVM_DEBUG(dbgs() << " -> " << PrintRegister(PR, *TRI) << '\n'); in getPredRegFor()
276 LLVM_DEBUG(dbgs() << " -> !" << PrintRegister(Register(NewPR), *TRI) in getPredRegFor()
H A DHexagonConstExtenders.cpp416 friend struct PrintRegister;
421 const struct PrintRegister &P);
442 struct PrintRegister { struct
443 PrintRegister(HCE::Register R, const HexagonRegisterInfo &I) in PrintRegister() argument
450 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &P) { in operator <<()
1841 << PrintRegister(ExtR, *HRI) << " Diff:" << Diff << '\n'); in replaceInstr()