Searched defs:printRegName (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/MC/
H A DMCInstPrinter.cpp28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:MCInstPrinter
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.cpp28 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:XCoreInstPrinter
76 printRegName(O, Op.getReg());
/external/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const function in class:SparcInstPrinter
113 printRegName(O, MO.getReg());
/external/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.cpp50 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { function in class:SystemZInstPrinter
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp70 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:ARMInstPrinter
122 printRegName(O, Dst.getReg());
124 printRegName(O, MO1.getReg());
127 printRegName(O, MO2.getReg());
144 printRegName(O, Dst.getReg());
146 printRegName(O, MO1.getReg());
183 printRegName(O, MI->getOperand(1).getReg());
212 printRegName(O, MI->getOperand(0).getReg());
257 printRegName(O, BaseReg);
304 printRegName(
[all...]
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp75 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:MipsInstPrinter
192 printRegName(O, Op.getReg());
321 printRegName(O, MI->getOperand(i).getReg());
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp39 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:NVPTXInstPrinter
87 printRegName(O, Reg);
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp35 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:PPCInstPrinter
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp36 void X86ATTInstPrinter::printRegName(raw_ostream &OS, function in class:X86ATTInstPrinter
166 printRegName(O, Op.getReg());
H A DX86IntelInstPrinter.cpp31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:X86IntelInstPrinter
155 printRegName(O, Op.getReg());
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp50 void AArch64InstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:AArch64InstPrinter

Completed in 2065 milliseconds