Searched refs:O32IntRegs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp19 static const MCPhysReg O32IntRegs[4] = {Mips::A0, Mips::A1, Mips::A2, Mips::A3}; member in namespace:__anon13065
28 return makeArrayRef(O32IntRegs);
36 return makeArrayRef(O32IntRegs);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp1820 static const unsigned O32IntRegs[] = { variable
1855 unsigned DstReg = O32IntRegs[LocMemOffset / 4];
1904 unsigned DstReg = O32IntRegs[LocMemOffset / 4];
2229 unsigned SrcReg = O32IntRegs[CurWord];
2390 unsigned Reg = AddLiveIn(DAG.getMachineFunction(), O32IntRegs[Idx], RC);

Completed in 127 milliseconds