Searched refs:LocalStackSize (Results 1 – 3 of 3) sorted by relevance
54 unsigned LocalStackSize; variable140 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize()141 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
571 unsigned LocalStackSize) { in fixupSEHOpcode() argument586 ImmOpnd->setImm(ImmOpnd->getImm() + LocalStackSize); in fixupSEHOpcode()691 unsigned LocalStackSize, in fixupCalleeSaveRestoreStackOffset() argument735 assert(LocalStackSize % Scale == 0); in fixupCalleeSaveRestoreStackOffset()736 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / Scale); in fixupCalleeSaveRestoreStackOffset()743 fixupSEHOpcode(MBBI, LocalStackSize); in fixupCalleeSaveRestoreStackOffset()
2769 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument2770 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()2773 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()2942 uint64_t LocalStackSize = L.FrameSize; in processStaticAllocas() local2944 LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()2979 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()2983 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3116 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in processStaticAllocas()