Searched refs:GPR32ArgRegs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1332 std::array<MCPhysReg, 4> GPR32ArgRegs = {{Mips::A0, Mips::A1, Mips::A2, local
1336 auto NextGPR32 = GPR32ArgRegs.begin();
1384 if (NextGPR32 == GPR32ArgRegs.end()) {
1404 if (NextGPR32 == GPR32ArgRegs.end()) {
1430 if (NextGPR32 != GPR32ArgRegs.end())
1449 if (NextGPR32 != GPR32ArgRegs.end())
1451 if (NextGPR32 != GPR32ArgRegs.end())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3115 static const MCPhysReg GPR32ArgRegs[] = { local
3134 case MVT::i32: SrcReg = GPR32ArgRegs[GPRIdx++]; break;

Completed in 97 milliseconds