Searched defs:NewPtr (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 305 bool NewPtr; in add() local 318 bool NewPtr; in add() local 333 bool NewPtr; in add() local 346 bool NewPtr; in add() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 191 llvm::Value *NewPtr, in InitializeArrayCookie()
|
H A D | CGExprCXX.cpp | 755 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit() 1016 llvm::Value *NewPtr, in EmitNewInitializer() 1197 llvm::Value *NewPtr, in EnterNewDeleteCleanup()
|
H A D | ItaniumCXXABI.cpp | 1486 llvm::Value *NewPtr, in InitializeArrayCookie() 2728 llvm::Constant *NewPtr = in BuildTypeInfo() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2714 Value *NewPtr = getNewAllocaSlicePtr(IRB, V->getType()->getPointerTo()); in visitStoreInst() local 3077 Value *NewPtr = getNewAllocaSlicePtr(PtrBuilder, OldPtr->getType()); in visitPHINode() local 3098 Value *NewPtr = getNewAllocaSlicePtr(IRB, OldPtr->getType()); in visitSelectInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 567 Value *NewPtr = NewGlobals[Val]; in SRAGlobal() local 1219 Value *NewPtr = GetHeapSROAValue(GEPI->getOperand(0), FieldNo, in RewriteHeapSROALoadUser() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | R600ISelLowering.cpp | 1522 SDValue NewPtr = DAG.getNode(ISD::ADD, DL, Ptr.getValueType(), Ptr, in LowerLOAD() local
|
H A D | SIISelLowering.cpp | 1741 SDValue NewPtr = performSHLPtrCombine(Ptr.getNode(), AS, DCI); in PerformDAGCombine() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2995 SDValue NewPtr = LN0->getBasePtr(); in visitAND() local 6120 SDValue NewPtr = DAG.getNode(ISD::ADD, SDLoc(LN0), in ReduceLoadWidth() local 9518 SDValue NewPtr = DAG.getNode(ISD::ADD, SDLoc(LD), in ReduceLoadOpStoreWidth() local 10492 SDValue NewPtr = OriginalLoad->getBasePtr(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3730 SDValue NewPtr = DAG.getNode(ISD::ADD, SDLoc(Op), in expandf64Toi32() local
|