Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1629 TotalStackSizeBytes = in addProlog()
1633 if (TotalStackSizeBytes) { in addProlog()
1635 Sandboxer(this).addiu_sp(-TotalStackSizeBytes); in addProlog()
1638 Ctx->statsUpdateFrameBytes(TotalStackSizeBytes); in addProlog()
1641 uint32_t StackOffset = TotalStackSizeBytes; in addProlog()
1689 finishArgumentLowering(Arg, PartialOnStack, FP, TotalStackSizeBytes, in addProlog()
1694 finishArgumentLowering(Arg, PartialOnStack, FP, TotalStackSizeBytes, in addProlog()
1764 uint32_t StackOffset = TotalStackSizeBytes - PreservedRegsSizeBytes; in addEpilog()
1782 if (TotalStackSizeBytes) { in addEpilog()
1783 Sandboxer(this).addiu_sp(TotalStackSizeBytes); in addEpilog()
DIceTargetLoweringMIPS32.h839 uint32_t TotalStackSizeBytes = 0; variable