Lines Matching refs:ArgGPRs
244 ArrayRef<MCPhysReg> ArgGPRs = RISCV::getArgGPRs(STI.getTargetABI()); in CC_RISCVAssign2XLen() local
246 if (MCRegister Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
267 if (MCRegister Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
426 ArrayRef<MCPhysReg> ArgGPRs = RISCV::getArgGPRs(ABI); in CC_RISCV() local
430 if (MCRegister Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCV()
439 if (MCRegister Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCV()
449 if (MCRegister Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCV()
471 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
473 if (RegIdx != std::size(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()
474 State.AllocateReg(ArgGPRs); in CC_RISCV()
492 MCRegister Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
501 MCRegister HiReg = State.AllocateReg(ArgGPRs); in CC_RISCV()
567 if ((Reg = State.AllocateReg(ArgGPRs))) { in CC_RISCV()
581 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
699 ArrayRef<MCPhysReg> ArgGPRs = getFastCCArgGPRs(ABI); in CC_RISCV_FastCC() local
718 State.getFirstUnallocated(ArgGPRs) != ArgGPRs.size()) { in CC_RISCV_FastCC()