Home
last modified time | relevance | path

Searched refs:NextGPR32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1341 auto NextGPR32 = GPR32ArgRegs.begin(); in fastLowerArguments() local
1389 if (NextGPR32 == GPR32ArgRegs.end()) { in fastLowerArguments()
1394 LLVM_DEBUG(dbgs() << ".. .. GPR32(" << *NextGPR32 << ")\n"); in fastLowerArguments()
1395 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1409 if (NextGPR32 == GPR32ArgRegs.end()) { in fastLowerArguments()
1414 LLVM_DEBUG(dbgs() << ".. .. GPR32(" << *NextGPR32 << ")\n"); in fastLowerArguments()
1415 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1435 if (NextGPR32 != GPR32ArgRegs.end()) in fastLowerArguments()
1436 NextGPR32++; in fastLowerArguments()
1454 if (NextGPR32 != GPR32ArgRegs.end()) in fastLowerArguments()
[all …]