| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 35 OS << StringRef(getRegisterName(RegNo)).lower(); in printRegName() 77 << getRegisterName(MI->getOperand(1).getReg()) << "], %" in printMemoryLoadIncrement() 78 << getRegisterName(MI->getOperand(0).getReg()); in printMemoryLoadIncrement() 83 << getRegisterName(MI->getOperand(1).getReg()) << decIncOperator(MI) in printMemoryLoadIncrement() 84 << "], %" << getRegisterName(MI->getOperand(0).getReg()); in printMemoryLoadIncrement() 97 << getRegisterName(MI->getOperand(1).getReg()) << "]"; in printMemoryStoreIncrement() 102 << ", [%" << getRegisterName(MI->getOperand(1).getReg()) in printMemoryStoreIncrement() 154 OS << "%" << getRegisterName(Op.getReg()); in printOperand() 219 OS << "%" << LanaiInstPrinter::getRegisterName(RegOp.getReg()); in printMemoryBaseRegister() 265 OS << "%" << getRegisterName(RegOp.getReg()); in printMemRrOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 64 OS << getRegisterName(RegNo); in printRegName() 162 << getRegisterName(Op0.getReg()) << ", " << getRegisterName(Op1.getReg()) in printInst() 170 << getRegisterName(Op0.getReg()) << ", " << getRegisterName(Op1.getReg()) in printInst() 210 << getRegisterName(Op0.getReg()) << ", " << getRegisterName(Op2.getReg()) in printInst() 756 O << ", " << getRegisterName(Reg); in printInst() 890 O << getRegisterName(RegOp.getReg()); in printMatrix() 933 O << getRegisterName(RegOp.getReg()); in printMatrixTile() 953 O << getRegisterName(Reg); in printOperand() 997 O << getRegisterName(Reg); in printPostIncOperand() 1340 O << getRegisterName(Even) << ", " << getRegisterName(Odd); in printGPRSeqPairsClassOperand() [all …]
|
| H A D | AArch64InstPrinter.h | 46 return getRegisterName(RegNo); in getRegName() 49 static const char *getRegisterName(unsigned RegNo, 238 return getRegisterName(RegNo); in getRegName() 241 static const char *getRegisterName(unsigned RegNo,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430InstPrinter.cpp | 57 O << getRegisterName(Op.getReg()); in printOperand() 94 O << '(' << getRegisterName(Base.getReg()) << ')'; in printSrcMemOperand() 100 O << "@" << getRegisterName(Base.getReg()); in printIndRegOperand() 106 O << "@" << getRegisterName(Base.getReg()) << "+"; in printPostIndRegOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYInstPrinter.cpp | 72 O << getRegisterName(RegNo); in printRegName() 98 const char *CSKYInstPrinter::getRegisterName(unsigned RegNo) { in getRegisterName() function in CSKYInstPrinter 99 return getRegisterName(RegNo, ArchRegNames ? CSKY::NoRegAltName in getRegisterName()
|
| H A D | CSKYInstPrinter.h | 46 static const char *getRegisterName(unsigned RegNo); 47 static const char *getRegisterName(unsigned RegNo, unsigned AltIdx);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcTargetStreamer.cpp | 30 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterIgnore() 36 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterScratch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VETargetStreamer.cpp | 29 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower() in emitVERegisterIgnore() 35 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower() in emitVERegisterScratch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAsmPrinter.cpp | 78 O << BPFInstPrinter::getRegisterName(MO.getReg()); in printOperand() 133 O << "(" << BPFInstPrinter::getRegisterName(BaseMO.getReg()) << " - " << -Offset << ")"; in PrintAsmMemoryOperand() 135 O << "(" << BPFInstPrinter::getRegisterName(BaseMO.getReg()) << " + " << Offset << ")"; in PrintAsmMemoryOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 116 OS << RISCVInstPrinter::getRegisterName(RISCV::X0); in PrintAsmOperand() 132 OS << RISCVInstPrinter::getRegisterName(MO.getReg()); in PrintAsmOperand() 160 OS << "0(" << RISCVInstPrinter::getRegisterName(MO.getReg()) << ")"; in PrintAsmMemoryOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVInstPrinter.cpp | 82 O << getRegisterName(RegNo); in printRegName() 189 const char *RISCVInstPrinter::getRegisterName(unsigned RegNo) { in getRegisterName() function in RISCVInstPrinter 190 return getRegisterName(RegNo, ArchRegNames ? RISCV::NoRegAltName in getRegisterName()
|
| H A D | RISCVInstPrinter.h | 59 static const char *getRegisterName(unsigned RegNo); 60 static const char *getRegisterName(unsigned RegNo, unsigned AltIdx);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 207 O << XCoreInstPrinter::getRegisterName(MO.getReg()); in printOperand() 268 << XCoreInstPrinter::getRegisterName(MI->getOperand(0).getReg()) << ", " in emitInstruction() 269 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()); in emitInstruction() 277 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()) << '\n'; in emitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | Registers.hpp | 61 static const char *getRegisterName(int num); 270 static const char *getRegisterName(int num); 584 static const char *getRegisterName(int num); 1150 static const char *getRegisterName(int num); 1795 static const char *getRegisterName(int num); 2082 static const char *getRegisterName(int num); 2563 static const char *getRegisterName(int num); 2760 static const char *getRegisterName(int num); 3087 static const char *getRegisterName(int num); 3382 static const char *getRegisterName(int num); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonInstPrinter.cpp | 30 O << getRegisterName(RegNo); in printRegName() 69 O << getRegisterName(MO.getReg()); in printOperand()
|
| H A D | HexagonInstPrinter.h | 35 static char const *getRegisterName(unsigned RegNo);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFInstPrinter.cpp | 56 O << getRegisterName(Op.getReg()); in printOperand() 72 O << getRegisterName(RegOp.getReg()); in printMemOperand()
|
| H A D | BPFInstPrinter.h | 37 static const char *getRegisterName(unsigned RegNo);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRInstPrinter.cpp | 98 return getRegisterName(RegNum); in getPrettyRegisterName() 129 O << getRegisterName(Op.getReg(), AVR::ptr); in printOperand()
|
| H A D | AVRInstPrinter.h | 36 static const char *getRegisterName(unsigned RegNo,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiAsmPrinter.cpp | 70 O << LanaiInstPrinter::getRegisterName(MO.getReg()); in printOperand() 137 O << LanaiInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
| H A D | XCoreInstPrinter.h | 32 static const char *getRegisterName(unsigned RegNo);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCExpr.h | 52 OS << X86ATTInstPrinter::getRegisterName(RegNo); in printImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 510 << StringRef(MipsInstPrinter::getRegisterName(StackReg)).lower() << "," in emitFrame() 512 << StringRef(MipsInstPrinter::getRegisterName(ReturnReg)).lower() << '\n'; in emitFrame() 668 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << "\n"; in emitDirectiveCpAdd() 674 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << "\n"; in emitDirectiveCpLoad() 680 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << "\n"; in emitDirectiveCpLocal() 697 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << ", "; in emitDirectiveCpsetup() 701 << StringRef(MipsInstPrinter::getRegisterName(RegOrOffset)).lower(); in emitDirectiveCpsetup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.h | 56 static const char *getRegisterName(unsigned RegNo);
|