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.cpp1331 auto NextAFGR64 = AFGR64ArgRegs.begin(); in fastLowerArguments() local
1387 NextAFGR64 = AFGR64ArgRegs.end(); in fastLowerArguments()
1407 NextAFGR64 = AFGR64ArgRegs.end(); in fastLowerArguments()
1425 if (NextAFGR64 != AFGR64ArgRegs.end()) in fastLowerArguments()
1426 NextAFGR64++; in fastLowerArguments()
1434 if (NextAFGR64 == AFGR64ArgRegs.end()) { in fastLowerArguments()
1438 LLVM_DEBUG(dbgs() << ".. .. AFGR64(" << *NextAFGR64 << ")\n"); in fastLowerArguments()
1439 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()