Searched refs:NumArgGPRs (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
H A DSystemZCallingConv.h18 const unsigned NumArgGPRs = 5; member in namespace:llvm::SystemZ
19 extern const MCPhysReg ArgGPRs[NumArgGPRs];
H A DSystemZFrameLowering.cpp102 if (FirstGPR < SystemZ::NumArgGPRs) {
149 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I)
237 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10276 static const int NumArgGPRs = 8; member in class:__anon1836::RISCVABIInfo
10339 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs;
10548 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow");

Completed in 119 milliseconds