Searched refs:ArgGPRs (Results 1 – 2 of 2) sorted by relevance
6605 static const MCPhysReg ArgGPRs[] = { variable6640 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()6658 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()6739 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()6741 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()6742 State.AllocateReg(ArgGPRs); in CC_RISCV()6761 Register Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()6769 if (!State.AllocateReg(ArgGPRs)) in CC_RISCV()6846 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()6850 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()[all …]
3464 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget); in createVarArgAreaAndStoreRegisters() local3467 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs); in createVarArgAreaAndStoreRegisters()3487 FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16); in createVarArgAreaAndStoreRegisters()3489 ArgGPRs.size() * 8 + ArgXMMs.size() * 16, Align(16), false)); in createVarArgAreaAndStoreRegisters()3499 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) { in createVarArgAreaAndStoreRegisters()