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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1334 std::array<MCPhysReg, 4> GPR32ArgRegs = {{Mips::A0, Mips::A1, Mips::A2, local
1338 auto NextGPR32 = GPR32ArgRegs.begin();
1386 if (NextGPR32 == GPR32ArgRegs.end()) {
1406 if (NextGPR32 == GPR32ArgRegs.end()) {
1432 if (NextGPR32 != GPR32ArgRegs.end())
1451 if (NextGPR32 != GPR32ArgRegs.end())
1453 if (NextGPR32 != GPR32ArgRegs.end())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3118 static const MCPhysReg GPR32ArgRegs[] = { local
3137 case MVT::i32: SrcReg = GPR32ArgRegs[GPRIdx++]; break;

Completed in 177 milliseconds