Lines Matching refs:ArgGPRs
10256 static const MCPhysReg ArgGPRs[] = { variable
10291 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
10309 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
10411 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
10413 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()
10414 State.AllocateReg(ArgGPRs); in CC_RISCV()
10433 Register Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
10441 if (!State.AllocateReg(ArgGPRs)) in CC_RISCV()
10502 if ((Reg = State.AllocateReg(ArgGPRs))) { in CC_RISCV()
10518 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
11011 ArrayRef<MCPhysReg> ArgRegs = makeArrayRef(ArgGPRs); in LowerFormalArguments()
11438 assert(VA.getLocReg() == ArgGPRs[0] && "Unexpected reg assignment"); in LowerCall()
11440 DAG.getCopyFromReg(Chain, DL, ArgGPRs[1], MVT::i32, Glue); in LowerCall()