Searched refs:CurrentAllocaOffset (Results 1 – 2 of 2) sorted by relevance
109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()840 uint32_t CurrentAllocaOffset = 0; variable
854 CurrentAllocaOffset = MaxOutArgsSizeBytes; in findMaxStackOutArgsSize()2409 CurrentAllocaOffset = in lowerAlloca()2410 Utils::applyAlignment(CurrentAllocaOffset, Alignment); in lowerAlloca()2413 _addiu(T, SP, CurrentAllocaOffset); in lowerAlloca()2415 CurrentAllocaOffset += Value; in lowerAlloca()