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

/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h15 const unsigned NumArgGPRs = 5; member in namespace:llvm::SystemZ
16 extern const unsigned ArgGPRs[NumArgGPRs];
H A DSystemZCallingConv.cpp15 const unsigned SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
H A DSystemZFrameLowering.cpp78 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I)
160 if (FirstGPR < SystemZ::NumArgGPRs) {
193 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I)

Completed in 110 milliseconds