Searched refs:NumBytesForCalleeToPop (Results 1 – 3 of 3) sorted by relevance
3336 unsigned NumBytesForCalleeToPop = in fastLowerCall() local3343 .addImm(NumBytes).addImm(NumBytesForCalleeToPop); in fastLowerCall()
3551 unsigned NumBytesForCalleeToPop = in fastLowerCall() local3558 .addImm(NumBytes).addImm(NumBytesForCalleeToPop); in fastLowerCall()
3954 unsigned NumBytesForCalleeToPop; in LowerCall() local3957 NumBytesForCalleeToPop = NumBytes; // Callee pops everything in LowerCall()3965 NumBytesForCalleeToPop = 4; in LowerCall()3967 NumBytesForCalleeToPop = 0; // Callee pops nothing. in LowerCall()3972 NumBytesForCalleeToPop = NumBytes; in LowerCall()3979 DAG.getIntPtrConstant(NumBytesForCalleeToPop, dl, in LowerCall()