Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDSymbolTableListTraitsImpl.h85 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner(); in transferNodesFromList() local
86 if (NewIP == OldIP) in transferNodesFromList()
91 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList()
99 V.setParent(NewIP); in transferNodesFromList()
107 first->setParent(NewIP); in transferNodesFromList()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
HDDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp3087 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3088 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3115 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3116 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3205 BlockPointerType *NewIP = in getBlockPointerType() local
3207 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3242 LValueReferenceType *NewIP = in getLValueReferenceType() local
3244 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3278 RValueReferenceType *NewIP = in getRValueReferenceType() local
3280 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2040 auto NewIP = std::next(BasicBlock::iterator(LastInst)); in getOrCreateVectorValue() local
2041 Builder.SetInsertPoint(&*NewIP); in getOrCreateVectorValue()