Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1644 TotalStackSizeBytes = in addProlog()
1648 if (TotalStackSizeBytes) { in addProlog()
1650 Sandboxer(this).addiu_sp(-TotalStackSizeBytes); in addProlog()
1653 Ctx->statsUpdateFrameBytes(TotalStackSizeBytes); in addProlog()
1656 uint32_t StackOffset = TotalStackSizeBytes; in addProlog()
1704 finishArgumentLowering(Arg, PartialOnStack, FP, TotalStackSizeBytes, in addProlog()
1709 finishArgumentLowering(Arg, PartialOnStack, FP, TotalStackSizeBytes, in addProlog()
1779 uint32_t StackOffset = TotalStackSizeBytes - PreservedRegsSizeBytes; in addEpilog()
1797 if (TotalStackSizeBytes) { in addEpilog()
1798 Sandboxer(this).addiu_sp(TotalStackSizeBytes); in addEpilog()
DIceTargetLoweringMIPS32.h845 uint32_t TotalStackSizeBytes = 0; variable