Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShadowStackGC.cpp391 IRBuilder<> AtEntry(IP->getParent(), IP); in performCustomLowering() local
393 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0, in performCustomLowering()
397 AtEntry.SetInsertPoint(IP->getParent(), IP); in performCustomLowering()
400 Instruction *CurrentHead = AtEntry.CreateLoad(Head, "gc_currhead"); in performCustomLowering()
401 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry, in performCustomLowering()
403 AtEntry.CreateStore(FrameMap, EntryMapPtr); in performCustomLowering()
408 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root"); in performCustomLowering()
421 AtEntry.SetInsertPoint(IP->getParent(), IP); in performCustomLowering()
424 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, in performCustomLowering()
426 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, in performCustomLowering()
[all …]