Searched refs:NumBytesForCalleeToPop (Results 1 – 3 of 3) sorted by relevance
852 unsigned NumBytesForCalleeToPop; in LowerCall() local855 NumBytesForCalleeToPop = NumBytes; // Callee pops everything in LowerCall()859 NumBytesForCalleeToPop = 4; in LowerCall()861 NumBytesForCalleeToPop = 0; // Callee pops nothing. in LowerCall()867 NumBytesForCalleeToPop = NumBytes; in LowerCall()872 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop, in LowerCall()
2554 unsigned NumBytesForCalleeToPop = 0; // Callee pops nothing. in LowerCall() local2557 NumBytesForCalleeToPop = NumBytes; // Callee pops everything in LowerCall()2561 NumBytesForCalleeToPop = 4; in LowerCall()2565 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop, in LowerCall()
3572 unsigned NumBytesForCalleeToPop = in fastLowerCall() local3579 .addImm(NumBytes).addImm(NumBytesForCalleeToPop); in fastLowerCall()