Searched refs:AtEntry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 354 IRBuilder<> AtEntry(IP->getParent(), IP); in runOnFunction() local 357 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame"); in runOnFunction() 359 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction() 360 IP = AtEntry.GetInsertPoint(); in runOnFunction() 364 AtEntry.CreateLoad(AtEntry.getPtrTy(), Head, "gc_currhead"); in runOnFunction() 367 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction() 372 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 387 AtEntry.SetInsertPoint(IP->getParent(), IP); in runOnFunction() 392 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 394 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction() [all …]
|