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

References

lib/Target/Mips/MipsFastISel.cpp
 1392       Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++);
 1412       Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++);
 1429       Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++);
 1448       Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++);
 1467     unsigned SrcReg = Allocation[ArgNo].Reg;
 1468     unsigned DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC);
 1472     unsigned ResultReg = createResultReg(Allocation[ArgNo].RC);