Lines Matching refs:ArgGPRs
17366 ArrayRef<MCPhysReg> ArgGPRs = RISCV::getArgGPRs(STI.getTargetABI()); in CC_RISCVAssign2XLen() local
17368 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
17389 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
17493 ArrayRef<MCPhysReg> ArgGPRs = RISCV::getArgGPRs(ABI); in CC_RISCV() local
17509 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
17511 if (RegIdx != std::size(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()
17512 State.AllocateReg(ArgGPRs); in CC_RISCV()
17530 Register Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
17539 Register HiReg = State.AllocateReg(ArgGPRs); in CC_RISCV()
17607 if ((Reg = State.AllocateReg(ArgGPRs))) { in CC_RISCV()
17623 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()