Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h92 ItemParentClass *NewIP = getListOwner(); in transferNodesFromList() local
93 invalidateParentIListOrdering(NewIP); in transferNodesFromList()
97 if (NewIP == OldIP) in transferNodesFromList()
102 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList()
110 V.setParent(NewIP); in transferNodesFromList()
118 first->setParent(NewIP); in transferNodesFromList()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3297 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3298 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3325 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3326 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3419 BlockPointerType *NewIP = in getBlockPointerType() local
3421 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3457 LValueReferenceType *NewIP = in getLValueReferenceType() local
3459 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3497 RValueReferenceType *NewIP = in getRValueReferenceType() local
3499 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9921 auto NewIP = in get() local
9925 Builder.SetInsertPoint(&*NewIP); in get()