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.cpp3639 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3667 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3792 BlockPointerType *NewIP = in getBlockPointerType() local
3831 LValueReferenceType *NewIP = in getLValueReferenceType() local
3871 RValueReferenceType *NewIP = in getRValueReferenceType() local
3903 MemberPointerType *NewIP = in getMemberPointerType() local
3955 ConstantArrayType *NewIP = in getConstantArrayType() local
4453 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4526 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4597 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp327 auto NewIP = in get() local