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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h92 ItemParentClass *NewIP = getListOwner(); local
93 invalidateParentIListOrdering(NewIP);
97 if (NewIP == OldIP)
102 ValueSymbolTable *NewST = getSymTab(NewIP);
110 V.setParent(NewIP);
118 first->setParent(NewIP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3075 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); local
3076 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3103 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); local
3104 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3193 BlockPointerType *NewIP = local
3195 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3230 LValueReferenceType *NewIP local
3266 RValueReferenceType *NewIP = local
3297 MemberPointerType *NewIP = local
3347 ConstantArrayType *NewIP = local
3798 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); local
3868 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); local
3940 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); local
4054 FunctionNoProtoType *NewIP = local
4228 FunctionProtoType *NewIP = local
4271 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); local
5452 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2064 auto NewIP = std::next(BasicBlock::iterator(LastInst));
2065 Builder.SetInsertPoint(&*NewIP);

Completed in 127 milliseconds