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()
856 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize() local
857 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes); in findMaxStackOutArgsSize()
DIceTargetLoweringARM32.cpp426 size_t OutArgsSizeBytes = 0; in getCallStackArgumentsSizeBytes() local
440 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() local
853 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes); in findMaxStackOutArgsSize()