HomeSort by relevance Sort by last modified time
    Searched refs:DestPtr (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Lex/
ScratchBuffer.h 37 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
  /external/clang/lib/Lex/
ScratchBuffer.cpp 35 const char *&DestPtr) {
44 DestPtr = CurBuffer+BytesUsed;
Preprocessor.cpp 427 const char *DestPtr;
428 SourceLocation Loc = ScratchBuf->getToken(Str.data(), Str.size(), DestPtr);
437 Tok.setRawIdentifierData(DestPtr);
439 Tok.setLiteralData(DestPtr);
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 74 /// then loads the result into DestPtr.
77 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
86 void EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType,
205 /// then loads the result into DestPtr.
235 /// \brief Perform the final move to DestPtr if for some reason
260 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
268 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
397 void AggExprEmitter::EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType,
404 // DestPtr is an array*. Construct an elementType* by drilling
409 Builder.CreateInBoundsGEP(DestPtr, indices, "arrayinit.begin")
    [all...]
CodeGenFunction.cpp     [all...]
CGObjCRuntime.h 262 llvm::Value *DestPtr,
CGCall.cpp     [all...]
CGExprCXX.cpp 312 llvm::Value *DestPtr,
317 DestPtr = CGF.EmitCastToVoidPtr(DestPtr);
343 CGF.Builder.CreateMemCpy(DestPtr, SrcPtr, SizeVal, Align.getQuantity());
350 CGF.Builder.CreateMemSet(DestPtr, CGF.Builder.getInt8(0), SizeVal,
    [all...]
CGClass.cpp 856 void emitMemcpyIR(llvm::Value *DestPtr, llvm::Value *SrcPtr,
858 llvm::PointerType *DPT = cast<llvm::PointerType>(DestPtr->getType());
861 DestPtr = CGF.Builder.CreateBitCast(DestPtr, DBP);
    [all...]
CodeGenFunction.h     [all...]
CGObjCGNU.cpp 542 void EmitGCMemmoveCollectable(CodeGenFunction &CGF, llvm::Value *DestPtr,
    [all...]
CGBuiltin.cpp 89 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
90 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
98 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
123 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
124 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
135 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
    [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp 728 llvm::Value *DestPtr = CreateMemTemp(Ty, "undef.agg.tmp");
729 return RValue::getAggregate(DestPtr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 152 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
    [all...]

Completed in 711 milliseconds