OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumArgGPRs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h
15
const unsigned
NumArgGPRs
= 5;
16
extern const unsigned ArgGPRs[
NumArgGPRs
];
SystemZCallingConv.cpp
15
const unsigned SystemZ::ArgGPRs[SystemZ::
NumArgGPRs
] = {
SystemZFrameLowering.cpp
78
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 186 milliseconds