HomeSort by: relevance | last modified time | path
    Searched refs:IntRegs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWin64EH.cpp 675 IntRegs,
703 Location = IntRegs;
732 if (Location != IntRegs || Inst.Offset != 8 * RegI ||
738 if (Location != IntRegs || Inst.Offset != 8 * RegI)
750 if (Location != IntRegs || Inst.Offset != 8 * RegI ||
776 if ((Location != IntRegs && Location != FloatRegs) ||
784 if (Location == IntRegs)
792 if (Location != IntRegs && Location != FloatRegs && Location != InputArgs)
799 if (Location != Start2 && Location != IntRegs && Location != FloatRegs &&
815 if (Location != Start2 && Location != IntRegs && Location != FloatRegs &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 135 static const MCPhysReg IntRegs[32] = {
1212 RegNo = IntRegs[intVal];
1220 RegNo = IntRegs[8 + intVal];
1227 RegNo = IntRegs[16 + intVal];
1234 RegNo = IntRegs[24 + intVal];
1258 RegNo = IntRegs[intVal];
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 2856 static const MCPhysReg IntRegs[] = { Mips::A0, Mips::A1, Mips::A2, Mips::A3 };
2918 Reg = State.AllocateReg(IntRegs);
2922 Reg = State.AllocateReg(IntRegs);
2926 Reg = State.AllocateReg(IntRegs);
2931 Reg = State.AllocateReg(IntRegs);
2933 Reg = State.AllocateReg(IntRegs);
2934 State.AllocateReg(IntRegs);
2941 State.AllocateReg(IntRegs);
2945 unsigned Reg2 = State.AllocateReg(IntRegs);
2947 State.AllocateReg(IntRegs);
    [all...]

Completed in 29 milliseconds