Home
last modified time | relevance | path

Searched refs:OutArgsSizeBytes (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp227 size_t OutArgsSizeBytes = 0; in getCallStackArgumentsSizeBytes() local
243 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()
849 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize() local
850 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes); in findMaxStackOutArgsSize()
DIceTargetLoweringARM32.cpp425 size_t OutArgsSizeBytes = 0; in getCallStackArgumentsSizeBytes() local
439 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, Ty); in getCallStackArgumentsSizeBytes()
440 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()
443 return applyStackAlignment(OutArgsSizeBytes); in getCallStackArgumentsSizeBytes()
851 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize() local
852 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes); in findMaxStackOutArgsSize()