Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3639 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3640 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3667 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3668 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3792 BlockPointerType *NewIP = in getBlockPointerType() local
3794 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3831 LValueReferenceType *NewIP = in getLValueReferenceType() local
3833 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3871 RValueReferenceType *NewIP = in getRValueReferenceType() local
3873 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp327 auto NewIP = in get() local
331 Builder.SetInsertPoint(&*NewIP); in get()