Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6605 static const MCPhysReg ArgGPRs[] = { variable
6640 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3464 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget); in createVarArgAreaAndStoreRegisters() local
3467 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()