Home | History | Annotate | Download | only in ARM

Lines Matching defs:NumBytes

213                          unsigned &NumBytes,
218 unsigned &NumBytes, bool isVarArg);
1909 unsigned &NumBytes,
1959 NumBytes = CCInfo.getNextStackOffset();
1965 .addImm(NumBytes));
2046 unsigned &NumBytes, bool isVarArg) {
2051 .addImm(NumBytes).addImm(0));
2256 unsigned NumBytes;
2258 RegArgs, CC, NumBytes, false))
2289 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, false)) return false;
2389 unsigned NumBytes;
2391 RegArgs, CC, NumBytes, isVarArg))
2433 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg))