Searched refs:ArgGPRs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = { member in class:SystemZ
H A DSystemZCallingConv.h19 extern const MCPhysReg ArgGPRs[NumArgGPRs];
110 unsigned Reg = State.AllocateReg(SystemZ::ArgGPRs);
H A DSystemZFrameLowering.cpp103 unsigned Reg = SystemZ::ArgGPRs[FirstGPR];
150 SavedRegs.set(SystemZ::ArgGPRs[I]);
238 addSavedGPR(MBB, MIB, SystemZ::ArgGPRs[I], true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1491 static const MCPhysReg ArgGPRs[] = { variable
1511 if (Register Reg = State.AllocateReg(ArgGPRs)) {
1529 if (Register Reg = State.AllocateReg(ArgGPRs)) {
1607 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs);
1609 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1)
1610 State.AllocateReg(ArgGPRs);
1629 Register Reg = State.AllocateReg(ArgGPRs);
1637 if (!State.AllocateReg(ArgGPRs))
1677 Reg = State.AllocateReg(ArgGPRs);
2042 ArrayRef<MCPhysReg> ArgRegs = makeArrayRef(ArgGPRs);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3404 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget);
3407 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs);
3427 FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16);
3429 ArgGPRs.size() * 8 + ArgXMMs.size() * 16, Align(16), false));
3439 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) {
[all...]

Completed in 179 milliseconds