Searched refs:ArgGPRs (Results 1 – 2 of 2) sorted by relevance
6982 static const MCPhysReg ArgGPRs[] = { variable7017 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()[all …]
3459 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget); in createVarArgAreaAndStoreRegisters() local3462 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs); in createVarArgAreaAndStoreRegisters()3482 FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16); in createVarArgAreaAndStoreRegisters()3484 ArgGPRs.size() * 8 + ArgXMMs.size() * 16, Align(16), false)); in createVarArgAreaAndStoreRegisters()3494 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) { in createVarArgAreaAndStoreRegisters()