/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 365 llvm::Value *DestPtr = emitRawPointerFromAddress(Dest); global() variable 372 llvm::Value *DestPtr = emitRawPointerFromAddress(Dest); global() variable 380 llvm::Value *DestPtr = emitRawPointerFromAddress(Dest); CreateMemCpyInline() local 389 llvm::Value *DestPtr = emitRawPointerFromAddress(Dest); global() variable
|
H A D | CGExprAgg.cpp | 495 EmitArrayInit(Address DestPtr,llvm::ArrayType * AType,QualType ArrayQTy,Expr * ExprToVisit,ArrayRef<Expr * > Args,Expr * ArrayFiller) EmitArrayInit() argument 2093 Address DestPtr = Dest.getAddress(); EmitAggregateCopy() local [all...] |
H A D | CGExprCXX.cpp | 508 EmitNullBaseClassInitialization(CodeGenFunction & CGF,Address DestPtr,const CXXRecordDecl * Base) EmitNullBaseClassInitialization() argument
|
H A D | CodeGenFunction.cpp | 2093 EmitNullInitialization(Address DestPtr,QualType Ty) EmitNullInitialization() argument
|
H A D | CGCall.cpp | 5925 Address DestPtr = ReturnValue.getAddress(); EmitCall() local 5962 Address DestPtr = ReturnValue.getValue(); EmitCall() local
|
H A D | CGObjCMac.cpp | 5008 EmitGCMemmoveCollectable(CodeGen::CodeGenFunction & CGF,Address DestPtr,Address SrcPtr,llvm::Value * size) EmitGCMemmoveCollectable() argument 7660 EmitGCMemmoveCollectable(CodeGen::CodeGenFunction & CGF,Address DestPtr,Address SrcPtr,llvm::Value * Size) EmitGCMemmoveCollectable() argument
|
H A D | CGClass.cpp | 1001 void emitMemcpyIR(Address DestPtr, Address SrcPtr, CharUnits Size) { in emitMemcpyIR() argument
|
H A D | CGObjCGNU.cpp | 4250 EmitGCMemmoveCollectable(CodeGenFunction & CGF,Address DestPtr,Address SrcPtr,llvm::Value * Size) EmitGCMemmoveCollectable() argument
|
H A D | CGExpr.cpp | 1416 Address DestPtr = CreateMemTemp(Ty, "undef.agg.tmp"); GetUndefRValue() local
|
H A D | CGBuiltin.cpp | 395 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0)); EmitAtomicCmpXchg128ForMSIntrin() local 6139 Address DestPtr = CreateMemTemp(E->getType(), "agg.tmp"); EmitBuiltinExpr() local
|
/llvm-project/clang/lib/Lex/ |
H A D | ScratchBuffer.cpp | 34 const char *&DestPtr) { in getToken()
|
H A D | Preprocessor.cpp | 496 const char *DestPtr; CreateString() local 521 const char *DestPtr; SplitToken() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 999 processLoopStridedStore(Value * DestPtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlignment,Value * StoredVal,Instruction * TheStore,SmallPtrSetImpl<Instruction * > & Stores,const SCEVAddRecExpr * Ev,const SCEV * BECount,bool IsNegStride,bool IsLoopMemset) processLoopStridedStore() argument 1237 processLoopStoreOfLoopLoad(Value * DestPtr,Value * SourcePtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlign,MaybeAlign LoadAlign,Instruction * TheStore,Instruction * TheLoad,const SCEVAddRecExpr * StoreEv,const SCEVAddRecExpr * LoadEv,const SCEV * BECount) processLoopStoreOfLoopLoad() argument
|
H A D | SROA.cpp | 3384 Value *DestPtr, *SrcPtr; visitMemTransferInst() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 2661 const Type *DestPtr, *SrcPtr; checkAddressSpaceCast() local
|
H A D | SemaChecking.cpp | 13037 const PointerType *DestPtr = T->getAs<PointerType>(); CheckCastAlign() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 478 uint64_t *DestPtr = Result.isSingleWord() ? &Result.U.VAL : Result.U.pVal; extractBits() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h |
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1034 SDValue DestPtr = Op.getOperand(1); LowerVACOPY() local
|