Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1343 auto NextAFGR64 = AFGR64ArgRegs.begin(); in fastLowerArguments() local
1399 NextAFGR64 = AFGR64ArgRegs.end(); in fastLowerArguments()
1419 NextAFGR64 = AFGR64ArgRegs.end(); in fastLowerArguments()
1437 if (NextAFGR64 != AFGR64ArgRegs.end()) in fastLowerArguments()
1438 NextAFGR64++; in fastLowerArguments()
1446 if (NextAFGR64 == AFGR64ArgRegs.end()) { in fastLowerArguments()
1450 LLVM_DEBUG(dbgs() << ".. .. AFGR64(" << *NextAFGR64 << ")\n"); in fastLowerArguments()
1451 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()