HomeSort by relevance Sort by last modified time
    Searched refs:RegNo (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 62 MachineOperand *&getRegUseDefListHead(unsigned RegNo) {
63 if (TargetRegisterInfo::isVirtualRegister(RegNo))
64 return VRegInfo[RegNo].second;
65 return PhysRegUseDefLists[RegNo];
68 MachineOperand *getRegUseDefListHead(unsigned RegNo) const {
69 if (TargetRegisterInfo::isVirtualRegister(RegNo))
70 return VRegInfo[RegNo].second;
71 return PhysRegUseDefLists[RegNo];
172 reg_iterator reg_begin(unsigned RegNo) const {
173 return reg_iterator(getRegUseDefListHead(RegNo));
    [all...]
CallingConvLower.h 69 unsigned RegNo, MVT LocVT,
73 Ret.Loc = RegNo;
83 unsigned RegNo, MVT LocVT,
86 Ret = getReg(ValNo, ValVT, RegNo, LocVT, HTP);
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 92 unsigned RegNo,
97 unsigned RegNo,
102 unsigned RegNo,
107 unsigned RegNo,
112 unsigned RegNo,
117 unsigned RegNo,
122 unsigned RegNo,
132 unsigned RegNo,
142 unsigned RegNo,
325 static unsigned getReg(const void *D, unsigned RC, unsigned RegNo) {
    [all...]
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 26 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
27 OS << getRegisterName(RegNo);
92 unsigned RegNo;
95 case PPC::CR0: RegNo = 0; break;
96 case PPC::CR1: RegNo = 1; break;
97 case PPC::CR2: RegNo = 2; break;
98 case PPC::CR3: RegNo = 3; break;
99 case PPC::CR4: RegNo = 4; break;
100 case PPC::CR5: RegNo = 5; break;
101 case PPC::CR6: RegNo = 6; break
    [all...]
PPCInstPrinter.h 35 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
40 static const char *getRegisterName(unsigned RegNo);
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.h 69 const char *getName(unsigned RegNo) const {
71 O << "reg" << RegNo;
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.h 32 static const char *getRegisterName(unsigned RegNo);
34 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
XCoreInstPrinter.cpp 27 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
28 OS << StringRef(getRegisterName(RegNo)).lower();
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 308 const MCRegisterDesc &operator[](unsigned RegNo) const {
309 assert(RegNo < NumRegs &&
311 return Desc[RegNo];
316 const MCRegisterDesc &get(unsigned RegNo) const {
317 return operator[](RegNo);
321 /// for physical register RegNo. Return zero if the sub-register does not
333 unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const;
337 const char *getName(unsigned RegNo) const {
338 return RegStrings + get(RegNo).Name;
388 /// \brief Returns the encoding for RegNo
    [all...]
MCInstPrinter.h 68 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
MCTargetAsmParser.h 98 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 66 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
69 DecodeGPR64xspRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
72 static DecodeStatus DecodeGPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
75 DecodeGPR32wspRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
78 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
80 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
82 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
84 static DecodeStatus DecodeFPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
87 unsigned RegNo, uint64_t Address,
90 unsigned RegNo, uint64_t Address
    [all...]
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 86 static const char *getRegisterName(unsigned RegNo);
88 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
  /external/llvm/lib/MC/
MCInstPrinter.cpp 28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 64 unsigned RegNo = MO.getReg();
65 assert(TargetRegisterInfo::isPhysicalRegister(RegNo) && "Not physreg??");
66 O << getRegisterName(RegNo);
156 static const char *getRegisterName(unsigned RegNo);
  /external/llvm/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 32 static const char *getRegisterName(unsigned RegNo);
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 32 static const char *getRegisterName(unsigned RegNo);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 111 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
179 unsigned RegNo;
231 return Reg.RegNo;
483 static X86Operand *CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc,
487 Res->Reg.RegNo = RegNo;
563 bool X86AsmParser::ParseRegister(unsigned &RegNo,
565 RegNo = 0;
583 RegNo = MatchRegisterName(Tok.getString());
586 if (RegNo == 0
    [all...]
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h 34 StringRef getRegName(unsigned RegNo) const;
35 static const char *getRegisterName(unsigned RegNo);
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.h 29 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
38 static const char *getRegisterName(unsigned RegNo);
X86IntelInstPrinter.h 30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
35 static const char *getRegisterName(unsigned RegNo);
X86IntelInstPrinter.cpp 30 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
31 OS << getRegisterName(RegNo);
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 34 static const char *getRegisterName(unsigned RegNo);
163 bool isStackReg(unsigned RegNo) {
164 return RegNo == AArch64::XSP || RegNo == AArch64::WSP;
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.h 30 static const char *getRegisterName(unsigned RegNo);
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 189 unsigned getSlot(unsigned RegNo) const {
190 assert(RegNo < NumFPRegs && "Regno out of range!");
191 return RegMap[RegNo];
194 /// isLive - Is RegNo currently live in the stack?
195 bool isLive(unsigned RegNo) const {
196 unsigned Slot = getSlot(RegNo);
197 return Slot < StackTop && Stack[Slot] == RegNo;
208 /// isScratchReg - Returns trus if RegNo is a scratch FP register.
209 static bool isScratchReg(unsigned RegNo) {
    [all...]

Completed in 2286 milliseconds

1 2 3