Searched refs:CurrentAllocaOffset (Results 1 – 2 of 2) sorted by relevance
109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()846 uint32_t CurrentAllocaOffset = 0; variable
861 CurrentAllocaOffset = MaxOutArgsSizeBytes; in findMaxStackOutArgsSize()2426 CurrentAllocaOffset = in lowerAlloca()2427 Utils::applyAlignment(CurrentAllocaOffset, Alignment); in lowerAlloca()2430 _addiu(T, SP, CurrentAllocaOffset); in lowerAlloca()2432 CurrentAllocaOffset += Value; in lowerAlloca()