Lines Matching refs:ArgGPRs
6982 static const MCPhysReg ArgGPRs[] = { variable
7017 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
7035 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
7137 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
7139 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()
7140 State.AllocateReg(ArgGPRs); in CC_RISCV()
7159 Register Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
7167 if (!State.AllocateReg(ArgGPRs)) in CC_RISCV()
7228 if ((Reg = State.AllocateReg(ArgGPRs))) { in CC_RISCV()
7243 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
7729 ArrayRef<MCPhysReg> ArgRegs = makeArrayRef(ArgGPRs); in LowerFormalArguments()
8156 assert(VA.getLocReg() == ArgGPRs[0] && "Unexpected reg assignment"); in LowerCall()
8158 DAG.getCopyFromReg(Chain, DL, ArgGPRs[1], MVT::i32, Glue); in LowerCall()