HomeSort by relevance Sort by last modified time
    Searched refs:OutArgsSizeBytes (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 227 size_t OutArgsSizeBytes = 0;
243 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, IceType_i64);
244 OutArgsSizeBytes += typeWidthInBytesOnStack(IceType_i32) * 2;
248 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, Ty);
249 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty);
253 OutArgsSizeBytes += MIPS32_MAX_GPR_ARG * BytesPerStackArg;
254 return applyStackAlignment(OutArgsSizeBytes);
    [all...]
IceTargetLoweringARM32.cpp 426 size_t OutArgsSizeBytes = 0;
440 OutArgsSizeBytes = applyStackAlignmentTy(OutArgsSizeBytes, Ty);
441 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty);
444 return applyStackAlignment(OutArgsSizeBytes);
852 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call);
853 MaxOutArgsSizeBytes = std::max(MaxOutArgsSizeBytes, OutArgsSizeBytes);
    [all...]

Completed in 49 milliseconds