Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3275 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3303 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3394 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3432 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3472 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3503 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3553 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
4030 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
4100 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4173 (void)NewIP; in getConstantMatrixType()
[all …]
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp378 auto NewIP = OMPBuilder.createCancel(Loc, nullptr, OMPD_parallel); in TEST_F() local
379 Builder.restoreIP(NewIP); in TEST_F()
401 EXPECT_EQ(CancelBBTI->getSuccessor(0), NewIP.getBlock()); in TEST_F()
445 auto NewIP = OMPBuilder.createCancel(Loc, Builder.getTrue(), OMPD_parallel); in TEST_F() local
446 Builder.restoreIP(NewIP); in TEST_F()
474 NewIP.getBlock()); in TEST_F()
518 auto NewIP = OMPBuilder.createBarrier(Loc, OMPD_for); in TEST_F() local
519 Builder.restoreIP(NewIP); in TEST_F()
541 EXPECT_EQ(BarrierBBTI->getSuccessor(0), NewIP.getBlock()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9798 auto NewIP = in get() local
9802 Builder.SetInsertPoint(&*NewIP); in get()