Lines Matching refs:ArgGPRs
18956 ArrayRef<MCPhysReg> ArgGPRs = RISCV::getArgGPRs(STI.getTargetABI());
18958 if (Register Reg = State.AllocateReg(ArgGPRs)) {
18979 if (Register Reg = State.AllocateReg(ArgGPRs)) {
19062 ArrayRef<MCPhysReg> ArgGPRs = RISCV::getArgGPRs(ABI);
19078 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs);
19080 if (RegIdx != std::size(ArgGPRs) && RegIdx % 2 == 1)
19081 State.AllocateReg(ArgGPRs);
19099 Register Reg = State.AllocateReg(ArgGPRs);
19108 Register HiReg = State.AllocateReg(ArgGPRs);
19176 if ((Reg = State.AllocateReg(ArgGPRs))) {
19192 Reg = State.AllocateReg(ArgGPRs);