reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsISelLowering.cpp
 2741       State.getMachineFunction().getSubtarget());
 2745   const MipsCCState * MipsState = static_cast<MipsCCState *>(&State);
 2784   bool AllocateFloatsInIntReg = State.isVarArg() || ValNo > 1 ||
 2785                                 State.getFirstUnallocated(F32Regs) != ValNo;
 2797       Reg = State.AllocateReg(FloatVectorIntRegs);
 2799         State.AllocateReg(Mips::A1);
 2801         State.AllocateReg(Mips::A3);
 2805       Reg = State.AllocateReg(IntRegs);
 2808     Reg = State.AllocateReg(IntRegs);
 2812       Reg = State.AllocateReg(IntRegs);
 2817     Reg = State.AllocateReg(IntRegs);
 2819       Reg = State.AllocateReg(IntRegs);
 2820     State.AllocateReg(IntRegs);
 2825       Reg = State.AllocateReg(F32Regs);
 2827       State.AllocateReg(IntRegs);
 2829       Reg = State.AllocateReg(F64Regs);
 2831       unsigned Reg2 = State.AllocateReg(IntRegs);
 2833         State.AllocateReg(IntRegs);
 2834       State.AllocateReg(IntRegs);
 2840     unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign);
 2841     State.addLoc(CCValAssign::getMem(ValNo, ValVT, Offset, LocVT, LocInfo));
 2843     State.addLoc(CCValAssign::getReg(ValNo, ValVT, Reg, LocVT, LocInfo));