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

References

lib/Target/Mips/MipsFastISel.cpp
 1386       if (NextGPR32 == GPR32ArgRegs.end()) {
 1391       LLVM_DEBUG(dbgs() << ".. .. GPR32(" << *NextGPR32 << ")\n");
 1392       Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++);
 1406       if (NextGPR32 == GPR32ArgRegs.end()) {
 1411       LLVM_DEBUG(dbgs() << ".. .. GPR32(" << *NextGPR32 << ")\n");
 1412       Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++);
 1432       if (NextGPR32 != GPR32ArgRegs.end())
 1433         NextGPR32++;
 1451       if (NextGPR32 != GPR32ArgRegs.end())
 1452         NextGPR32++;
 1453       if (NextGPR32 != GPR32ArgRegs.end())
 1454         NextGPR32++;