Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3259 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3287 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3382 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3421 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3461 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3493 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3545 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
4043 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
4116 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4188 (void)NewIP; in getConstantMatrixType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp300 auto NewIP = in get() local
304 Builder.SetInsertPoint(&*NewIP); in get()