Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/Target/ARM/InstPrinter/
HDARMInstPrinter.cpp65 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in ARMInstPrinter
125 printRegName(O, Dst.getReg()); in printInst()
127 printRegName(O, MO1.getReg()); in printInst()
130 printRegName(O, MO2.getReg()); in printInst()
147 printRegName(O, Dst.getReg()); in printInst()
149 printRegName(O, MO1.getReg()); in printInst()
184 printRegName(O, MI->getOperand(1).getReg()); in printInst()
213 printRegName(O, MI->getOperand(0).getReg()); in printInst()
258 printRegName(O, BaseReg); in printInst()
324 printRegName(O, Reg); in printOperand()
[all …]
HDARMInstPrinter.h31 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonInstPrinter.cpp68 void HexagonAsmInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() function in HexagonAsmInstPrinter
69 RawPrinter->printRegName(O, RegNo); in printRegName()
116 void HexagonInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in HexagonInstPrinter
165 printRegName(O, MO.getReg()); in printOperand()
227 printRegName(O, MO0.getReg()); in printMEMriOperand()
236 printRegName(O, MO0.getReg()); in printFrameIndexOperand()
HDHexagonInstPrinter.h26 void printRegName(raw_ostream &O, unsigned RegNo) const override;
47 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/Mips/InstPrinter/
HDMipsInstPrinter.cpp75 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in MipsInstPrinter
193 printRegName(O, Op.getReg()); in printOperand()
267 printRegName(O, MI->getOperand(opNum).getReg()); in printRegisterPair()
342 printRegName(O, MI->getOperand(i).getReg()); in printSaveRestore()
355 printRegName(O, MI->getOperand(i).getReg()); in printRegisterList()
HDMipsInstPrinter.h88 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/XCore/InstPrinter/
HDXCoreInstPrinter.cpp28 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in XCoreInstPrinter
77 printRegName(O, Op.getReg()); in printOperand()
HDXCoreInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/Sparc/InstPrinter/
HDSparcInstPrinter.cpp41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const in printRegName() function in SparcInstPrinter
113 printRegName(O, MO.getReg()); in printOperand()
HDSparcInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/WebAssembly/InstPrinter/
HDWebAssemblyInstPrinter.cpp34 void WebAssemblyInstPrinter::printRegName(raw_ostream &OS, in printRegName() function in WebAssemblyInstPrinter
HDWebAssemblyInstPrinter.h31 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/X86/InstPrinter/
HDX86IntelInstPrinter.cpp31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in X86IntelInstPrinter
148 printRegName(O, Op.getReg()); in printOperand()
HDX86ATTInstPrinter.cpp36 void X86ATTInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in X86ATTInstPrinter
166 printRegName(O, Op.getReg()); in printOperand()
HDX86ATTInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
HDX86IntelInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/NVPTX/InstPrinter/
HDNVPTXInstPrinter.cpp35 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in NVPTXInstPrinter
83 printRegName(O, Reg); in printOperand()
HDNVPTXInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/MC/
HDMCInstPrinter.cpp37 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in MCInstPrinter
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCInstPrinter.h80 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
/NextBSD/contrib/llvm/lib/Target/PowerPC/InstPrinter/
HDPPCInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
/NextBSD/contrib/llvm/lib/Target/SystemZ/InstPrinter/
HDSystemZInstPrinter.h42 void printRegName(raw_ostream &O, unsigned RegNo) const override;
HDSystemZInstPrinter.cpp59 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() function in SystemZInstPrinter
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp117 InstPrinter.printRegName(OS, FpReg); in emitSetFP()
119 InstPrinter.printRegName(OS, SpReg); in emitSetFP()
129 InstPrinter.printRegName(OS, Reg); in emitMovSP()
145 InstPrinter.printRegName(OS, RegList[0]); in emitRegSave()
149 InstPrinter.printRegName(OS, RegList[i]); in emitRegSave()
/NextBSD/contrib/llvm/lib/Target/AArch64/InstPrinter/
HDAArch64InstPrinter.h33 void printRegName(raw_ostream &OS, unsigned RegNo) const override;

12