Searched refs:OutArgsSizeBytes (Results 1 – 2 of 2) sorted by relevance
227 size_t OutArgsSizeBytes = 0; in getCallStackArgumentsSizeBytes() local243 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, IceType_i64); in getCallStackArgumentsSizeBytes()244 OutArgsSizeBytes += typeWidthInBytesOnStack(IceType_i32) * 2; in getCallStackArgumentsSizeBytes()248 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, Ty); in getCallStackArgumentsSizeBytes()249 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()253 OutArgsSizeBytes += MIPS32_MAX_GPR_ARG * BytesPerStackArg; in getCallStackArgumentsSizeBytes()254 return applyStackAlignment(OutArgsSizeBytes); in getCallStackArgumentsSizeBytes()856 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize() local857 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes); in findMaxStackOutArgsSize()
426 size_t OutArgsSizeBytes = 0; in getCallStackArgumentsSizeBytes() local440 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, Ty); in getCallStackArgumentsSizeBytes()441 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()444 return applyStackAlignment(OutArgsSizeBytes); in getCallStackArgumentsSizeBytes()852 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize() local853 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes); in findMaxStackOutArgsSize()