Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h92 ItemParentClass *NewIP = getListOwner(); in transferNodesFromList() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3297 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3325 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3419 BlockPointerType *NewIP = in getBlockPointerType() local
3457 LValueReferenceType *NewIP = in getLValueReferenceType() local
3497 RValueReferenceType *NewIP = in getRValueReferenceType() local
3528 MemberPointerType *NewIP = in getMemberPointerType() local
3579 ConstantArrayType *NewIP = in getConstantArrayType() local
4063 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4137 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4209 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9921 auto NewIP = in get() local