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.cpp1329 auto NextGPR32 = GPR32ArgRegs.begin(); in fastLowerArguments() local
1377 if (NextGPR32 == GPR32ArgRegs.end()) { in fastLowerArguments()
1382 LLVM_DEBUG(dbgs() << ".. .. GPR32(" << *NextGPR32 << ")\n"); in fastLowerArguments()
1383 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1397 if (NextGPR32 == GPR32ArgRegs.end()) { in fastLowerArguments()
1402 LLVM_DEBUG(dbgs() << ".. .. GPR32(" << *NextGPR32 << ")\n"); in fastLowerArguments()
1403 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1423 if (NextGPR32 != GPR32ArgRegs.end()) in fastLowerArguments()
1424 NextGPR32++; in fastLowerArguments()
1442 if (NextGPR32 != GPR32ArgRegs.end()) in fastLowerArguments()
[all …]