Lines Matching refs:AllocateReg
1461 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
1478 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
1559 State.AllocateReg(ArgGPRs); in CC_RISCV()
1578 Register Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
1586 if (!State.AllocateReg(ArgGPRs)) in CC_RISCV()
1622 Reg = State.AllocateReg(ArgFPR32s, ArgFPR64s); in CC_RISCV()
1624 Reg = State.AllocateReg(ArgFPR64s, ArgFPR32s); in CC_RISCV()
1626 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
1865 if (unsigned Reg = State.AllocateReg(GPRList)) { in CC_RISCV_FastCC()
1877 if (unsigned Reg = State.AllocateReg(FPR32List)) { in CC_RISCV_FastCC()
1889 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_RISCV_FastCC()