Searched refs:AtEntry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 319 IRBuilder<> AtEntry(IP->getParent(), IP); in runOnFunction() local 322 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame"); in runOnFunction() 326 AtEntry.SetInsertPoint(IP->getParent(), IP); in runOnFunction() 330 AtEntry.CreateLoad(StackEntryTy->getPointerTo(), Head, "gc_currhead"); in runOnFunction() 331 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 333 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction() 338 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 353 AtEntry.SetInsertPoint(IP->getParent(), IP); in runOnFunction() 358 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() 360 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction() [all …]
|