Searched defs:RegNo (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h53 O << "reg" << RegNo; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h28 const int64_t RegNo; // All member in class:llvm::X86MCExpr
36 static const X86MCExpr *create(int64_t RegNo, MCContext &Ctx) { argument
H A DX86InstComments.cpp236 static unsigned getVectorRegSize(unsigned RegNo) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp120 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, argument
133 static DecodeStatus DecodeGBR32ShortRegister(MCInst &Inst, unsigned RegNo, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp186 const char *RISCVInstPrinter::getRegisterName(unsigned RegNo) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp71 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, argument
81 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, argument
91 static DecodeStatus DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp100 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, argument
115 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp163 DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp73 static DecodeStatus DecodeGR8RegisterClass(MCInst &MI, uint64_t RegNo, argument
91 static DecodeStatus DecodeGR16RegisterClass(MCInst &MI, uint64_t RegNo, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp447 unsigned RegNo; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp113 static void dropRegDescribedVar(RegDescribedVarsMap &RegVars, unsigned RegNo, argument
127 static void addRegDescribedVar(RegDescribedVarsMap &RegVars, unsigned RegNo, argument
137 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, argument
222 clobberRegisterUses(RegDescribedVarsMap &RegVars, unsigned RegNo, DbgValueHistoryMap &HistMap, DbgValueEntriesMap &LiveEntries, const MachineInstr &ClobberingInstr) argument
[all...]
H A DDwarfExpression.h115 static Register createRegister(int RegNo, const char *Comment) { argument
120 static Register createSubRegister(int RegNo, unsigned SizeInBits, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp62 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, argument
79 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, argument
90 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, argument
101 DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
112 DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
123 DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
133 DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
143 DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
154 DecodeVRRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
165 decodeVMaskReg(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp44 OS << "$" << RegNo; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp70 Register RegNo = MO.getReg(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp206 static std::unique_ptr<BPFOperand> createReg(unsigned RegNo, SMLoc S, argument
325 bool BPFAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, argument
332 OperandMatchResultTy BPFAsmParser::tryParseRegister(unsigned &RegNo, argument
424 unsigned RegNo = MatchRegisterName(Name); local
465 unsigned RegNo = MatchRegisterName(Name); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp58 static const char *getRegisterName(unsigned RegNo) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp108 static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo, argument
118 static DecodeStatus DecodeI64RegisterClass(MCInst &Inst, unsigned RegNo, argument
128 static DecodeStatus DecodeF32RegisterClass(MCInst &Inst, unsigned RegNo, argument
138 static DecodeStatus DecodeF128RegisterClass(MCInst &Inst, unsigned RegNo, argument
148 DecodeMISCRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp60 static const char *getRegisterName(unsigned RegNo) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp69 static unsigned getReg(const void *D, unsigned RC, unsigned RegNo) { argument
198 DecodeGRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
210 DecodeRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h131 void convertToReg(unsigned RegNo) { argument
78 getReg(unsigned ValNo, MVT ValVT, unsigned RegNo, MVT LocVT, LocInfo HTP) argument
92 getCustomReg(unsigned ValNo, MVT ValVT, unsigned RegNo, MVT LocVT, LocInfo HTP) argument
H A DMachineInstrBuilder.h88 const MachineInstrBuilder &addReg(Register RegNo, unsigned flags = 0, argument
107 const MachineInstrBuilder &addDef(Register RegNo, unsigned Flags = 0, argument
114 const MachineInstrBuilder &addUse(Register RegNo, unsigned Flags = 0, argument
H A DMachineOperand.h157 unsigned RegNo; // For MO_Register. member in union:llvm::MachineOperand::__anon3159

Completed in 153 milliseconds

123