HomeSort by relevance Sort by last modified time
    Searched refs:DestPtr (Results 1 - 19 of 19) 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 467 const char *DestPtr;
468 SourceLocation Loc = ScratchBuf->getToken(Str.data(), Str.size(), DestPtr);
477 Tok.setRawIdentifierData(DestPtr);
479 Tok.setLiteralData(DestPtr);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CapsuleCoalesce.c 908 DestPtr ---->+---------------------------+<-----------+
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 85 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
482 unsigned AddrSpace = cast<PointerType>(DestPtr->getType())->getAddressSpace();
501 Type *IntPtr = TD->getIntPtrType(DestPtr->getContext());
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 76 /// then loads the result into DestPtr.
79 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
87 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
215 /// then loads the result into DestPtr.
245 /// \brief Perform the final move to DestPtr if for some reason
268 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
275 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
402 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
409 // DestPtr is an array*. Construct an elementType* by drilling
414 Builder.CreateInBoundsGEP(DestPtr.getPointer(), indices, "arrayinit.begin")
    [all...]
CGObjCRuntime.h 271 Address DestPtr,
CodeGenFunction.cpp     [all...]
CGExprCXX.cpp 353 Address DestPtr,
358 DestPtr = CGF.Builder.CreateElementBitCast(DestPtr, CGF.Int8Ty);
408 DestPtr.getAlignment());
419 CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset),
433 CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset),
    [all...]
CGCall.cpp     [all...]
CodeGenFunction.h     [all...]
CGClass.cpp     [all...]
CGObjCGNU.cpp 571 void EmitGCMemmoveCollectable(CodeGenFunction &CGF, Address DestPtr,
    [all...]
CGObjCMac.cpp     [all...]
CGBuiltin.cpp 95 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
96 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
104 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
156 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
157 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
168 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
194 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
195 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
202 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 115 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
745 Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment,
761 unsigned DestAS = DestPtr->getType()->getPointerAddressSpace();
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 145 Vect2Desc PROC C PUBLIC DestPtr:DWORD, Vector:DWORD
148 mov ecx, DestPtr
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]

Completed in 551 milliseconds