Searched refs:getVarArgsGPRSize (Results 1 – 4 of 4) sorted by relevance
440 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize() function
471 FixedObjectSize += AFI->getVarArgsGPRSize(); in getFixedObjectSize()4778 AFI->getVarArgsGPRSize() + AFI->getTailCallReservedStack(); in processFunctionBeforeFrameFinalized()
11777 if (FuncInfo->getVarArgsGPRSize() > 0) in LowerWin64_VASTART()11778 StackOffset = -(uint64_t)FuncInfo->getVarArgsGPRSize(); in LowerWin64_VASTART()11784 FR = DAG.getFrameIndex(FuncInfo->getVarArgsGPRSize() > 0 in LowerWin64_VASTART()11819 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART()
2065 const unsigned GPRSize = FuncInfo->getVarArgsGPRSize(); in selectVaStartAAPCS()2117 FrameIdx = FuncInfo->getVarArgsGPRSize() > 0 in selectVaStartDarwin()