Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1614 TotalStackSizeBytes = in addProlog()
1618 if (TotalStackSizeBytes) { in addProlog()
1621 _addiu(SP, SP, -TotalStackSizeBytes); in addProlog()
1624 Ctx->statsUpdateFrameBytes(TotalStackSizeBytes); in addProlog()
1627 uint32_t StackOffset = TotalStackSizeBytes; in addProlog()
1675 finishArgumentLowering(Arg, PartialOnStack, FP, TotalStackSizeBytes, in addProlog()
1680 finishArgumentLowering(Arg, PartialOnStack, FP, TotalStackSizeBytes, in addProlog()
1750 uint32_t StackOffset = TotalStackSizeBytes - PreservedRegsSizeBytes; in addEpilog()
1768 if (TotalStackSizeBytes) { in addEpilog()
1769 _addiu(SP, SP, TotalStackSizeBytes); in addEpilog()
DIceTargetLoweringMIPS32.h807 uint32_t TotalStackSizeBytes = 0; variable