Home
last modified time | relevance | path

Searched refs:NumArgGPRs (Results 1 – 10 of 10) 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/llvm-project/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h18 const unsigned NumArgGPRs = 5; variable
19 extern const MCPhysReg ArgGPRs[NumArgGPRs];
DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
DSystemZFrameLowering.cpp102 if (FirstGPR < SystemZ::NumArgGPRs) { in assignCalleeSavedSpillSlots()
149 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in determineCalleeSaves()
237 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in spillCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h18 const unsigned NumArgGPRs = 5; variable
19 extern const MCPhysReg ArgGPRs[NumArgGPRs];
DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
DSystemZFrameLowering.cpp115 if (FirstGPR < SystemZ::NumArgGPRs) { in assignCalleeSavedSpillSlots()
187 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in determineCalleeSaves()
277 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in spillCalleeSavedRegisters()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10306 static const int NumArgGPRs = 8; member in __anona0595d681c11::RISCVABIInfo
10369 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
10578 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()