Home
last modified time | relevance | path

Searched refs:LocalStackSize (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h49 unsigned LocalStackSize; variable
131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize()
132 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
H A DAArch64FrameLowering.cpp388 unsigned LocalStackSize) { in fixupCalleeSaveRestoreStackOffset() argument
403 assert(LocalStackSize % 8 == 0); in fixupCalleeSaveRestoreStackOffset()
404 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / 8); in fixupCalleeSaveRestoreStackOffset()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h55 uint64_t LocalStackSize = 0; variable
173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize()
174 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
H A DAArch64FrameLowering.cpp606 unsigned LocalStackSize) { in fixupSEHOpcode() argument
621 ImmOpnd->setImm(ImmOpnd->getImm() + LocalStackSize); in fixupSEHOpcode()
728 uint64_t LocalStackSize, in fixupCalleeSaveRestoreStackOffset() argument
773 assert(LocalStackSize % Scale == 0); in fixupCalleeSaveRestoreStackOffset()
774 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / Scale); in fixupCalleeSaveRestoreStackOffset()
782 fixupSEHOpcode(MBBI, LocalStackSize); in fixupCalleeSaveRestoreStackOffset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h67 uint64_t LocalStackSize = 0; variable
248 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize()
249 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
H A DAArch64FrameLowering.cpp1091 unsigned LocalStackSize) { in fixupSEHOpcode() argument
1106 ImmOpnd->setImm(ImmOpnd->getImm() + LocalStackSize); in fixupSEHOpcode()
1227 uint64_t LocalStackSize, in fixupCalleeSaveRestoreStackOffset() argument
1262 assert(LocalStackSize % Scale == 0); in fixupCalleeSaveRestoreStackOffset()
1263 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / Scale); in fixupCalleeSaveRestoreStackOffset()
1271 fixupSEHOpcode(MBBI, LocalStackSize); in fixupCalleeSaveRestoreStackOffset()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1952 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument
1953 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
1956 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()
2085 uint64_t LocalStackSize = L.FrameSize; in poisonStack() local
2087 LocalStackSize <= kMaxStackMallocSize; in poisonStack()
2118 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in poisonStack()
2122 ConstantInt::get(IntptrTy, LocalStackSize)); in poisonStack()
2186 poisonAlloca(LocalStackBase, LocalStackSize, IRB, false); in poisonStack()
2232 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in poisonStack()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2962 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument
2963 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
2966 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()
3197 uint64_t LocalStackSize = L.FrameSize; in processStaticAllocas() local
3200 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()
3236 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3240 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()
3249 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3251 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()
3387 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in processStaticAllocas()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2884 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument
2885 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
2888 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()
3056 uint64_t LocalStackSize = L.FrameSize; in processStaticAllocas() local
3058 LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()
3092 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3096 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()
3224 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in processStaticAllocas()