Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3918 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3946 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
4072 BlockPointerType *NewIP = in getBlockPointerType() local
4111 LValueReferenceType *NewIP = in getLValueReferenceType() local
4151 RValueReferenceType *NewIP = in getRValueReferenceType() local
4199 [[maybe_unused]] MemberPointerType *NewIP = in getMemberPointerType() local
4251 ConstantArrayType *NewIP = in getConstantArrayType() local
4680 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4752 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4823 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp358 auto NewIP = isa<PHINode>(LastInst) in get() local