Searched refs:StackBase (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.h | 261 CallArgList() : StackBase(nullptr) {} in CallArgList() 299 assert(!(StackBase && other.StackBase) && "can't merge stackbases"); in addFrom() 300 if (!StackBase) in addFrom() 301 StackBase = other.StackBase; in addFrom() 331 llvm::Instruction *getStackBase() const { return StackBase; } in getStackBase() 336 bool isUsingInAlloca() const { return StackBase; } in isUsingInAlloca() 347 llvm::CallInst *StackBase; variable
|
| H A D | CGCall.cpp | 4047 assert(!StackBase); in allocateArgumentMemory() 4051 StackBase = CGF.Builder.CreateCall(F, {}, "inalloca.save"); in allocateArgumentMemory() 4055 if (StackBase) { in freeArgumentMemory() 4058 CGF.Builder.CreateCall(F, StackBase); in freeArgumentMemory()
|
| /llvm-project-15.0.7/bolt/runtime/ |
| H A D | instr.cpp | 136 if (StackBase == nullptr) { in allocate() 142 StackBase = reinterpret_cast<uint8_t *>( in allocate() 151 uint8_t *AllocAddress = StackBase + StackSize + sizeof(EntryMetadata); in allocate() 152 auto *M = reinterpret_cast<EntryMetadata *>(StackBase + StackSize); in allocate() 170 const uint8_t *StackTop = StackBase + StackSize + MetadataOffset; in deallocate() 202 if (StackBase == nullptr) in destroy() 204 __munmap(StackBase, MaxSize); in destroy() 210 uint8_t *StackBase{nullptr}; member in __anon09dfe8530111::BumpPtrAllocator
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 392 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 88 DWORD64 StackBase;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 8405 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad() local 8406 auto FrameIndex = cast<FrameIndexSDNode>(StackBase.getNode())->getIndex(); in expandUnalignedLoad() 8408 SDValue StackPtr = StackBase; in expandUnalignedLoad() 8454 Load = DAG.getExtLoad(LD->getExtensionType(), dl, VT, TF, StackBase, in expandUnalignedLoad()
|