Home
last modified time | relevance | path

Searched refs:ArgGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6982 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()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3459 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget); in createVarArgAreaAndStoreRegisters() local
3462 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()