Home
last modified time | relevance | path

Searched refs:NumArgGPRs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h19 const unsigned NumArgGPRs = 5; variable
20 extern const MCPhysReg ArgGPRs[NumArgGPRs];
DSystemZCallingConv.cpp15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
DSystemZFrameLowering.cpp81 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in determineCalleeSaves()
170 if (FirstGPR < SystemZ::NumArgGPRs) { in spillCalleeSavedRegisters()
203 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in spillCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h19 const unsigned NumArgGPRs = 5; variable
20 extern const MCPhysReg ArgGPRs[NumArgGPRs];
DSystemZCallingConv.cpp15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
DSystemZFrameLowering.cpp81 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in determineCalleeSaves()
170 if (FirstGPR < SystemZ::NumArgGPRs) { in spillCalleeSavedRegisters()
203 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in spillCalleeSavedRegisters()