Searched refs:printRegName (Results 1 - 25 of 25) sorted by relevance

/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...]
H A DARMInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/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());
H A DXCoreInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
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/Sparc/InstPrinter/
H A DSparcInstPrinter.h33 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
H A DSparcInstPrinter.cpp41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const function in class:SparcInstPrinter
113 printRegName(O, MO.getReg());
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h78 /// printRegName - Print the assembler register name.
79 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
/external/llvm/lib/MC/
H A DMCInstPrinter.cpp28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:MCInstPrinter
H A DMCAsmStreamer.cpp947 InstPrinter->printRegName(OS, LLVMRegister);
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h88 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
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/PowerPC/InstPrinter/
H A DPPCInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
H A DPPCInstPrinter.cpp35 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:PPCInstPrinter
/external/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.h41 void printRegName(raw_ostream &O, unsigned RegNo) const override;
H A DSystemZInstPrinter.cpp50 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { function in class:SystemZInstPrinter
/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());
H A DX86ATTInstPrinter.h29 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
H A DX86IntelInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.h32 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
H A DAArch64InstPrinter.cpp50 void AArch64InstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:AArch64InstPrinter
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp169 InstPrinter.printRegName(OS, FpReg);
171 InstPrinter.printRegName(OS, SpReg);
181 InstPrinter.printRegName(OS, Reg);
197 InstPrinter.printRegName(OS, RegList[0]);
201 InstPrinter.printRegName(OS, RegList[i]);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4563 IP->printRegName(OS, ClobberRegs[I]);

Completed in 776 milliseconds