Searched defs:PrintReg (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp45 Printable PrintReg(unsigned Reg, const TargetRegisterInfo *TRI, function in namespace:llvm
397 dbgs() << PrintReg(Reg, TRI, SubRegIndex) << "\n";
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h688 /// PrintReg - Helper class for printing registers on a raw_ostream.
698 /// Usage: OS << PrintReg(Reg, TRI) << '\n';
700 class PrintReg { class in namespace:llvm
705 PrintReg(unsigned reg, const TargetRegisterInfo *tri = 0, unsigned subidx = 0) function in class:llvm::PrintReg
710 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) {

Completed in 285 milliseconds