Searched refs:MemCpy (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp348 INITIALIZE_PASS_BEGIN(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",
356 INITIALIZE_PASS_END(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",
1032 /// We've found that the (upward scanning) memory dependence of \p MemCpy is
1034 /// weren't copied over by \p MemCpy.
1046 bool MemCpyOptPass::processMemSetMemCpyDependence(MemCpyInst *MemCpy, argument
1049 if (MemSet->getDest() != MemCpy->getDest())
1055 MemCpy->getIterator(), MemCpy->getParent());
1060 Value *Dest = MemCpy->getRawDest();
1062 Value *SrcSize = MemCpy
1111 performMemCpyToMemSetOptzn(MemCpyInst *MemCpy, MemSetInst *MemSet) argument
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp800 MemCpyInst *MemCpy = cast<MemCpyInst>(Intr); local
801 Builder.CreateMemCpy(MemCpy->getRawDest(), MemCpy->getRawSource(),
802 MemCpy->getLength(), MemCpy->getAlignment(),
803 MemCpy->isVolatile());
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBuildLibCalls.cpp143 Value *MemCpy = M->getOrInsertFunction("__memcpy_chk", local
152 CallInst *CI = B.CreateCall4(MemCpy, Dst, Src, Len, ObjSize);
153 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts()))
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp816 Value *MemCpy = M->getOrInsertFunction( local
822 CallInst *CI = B.CreateCall(MemCpy, {Dst, Src, Len, ObjSize});
823 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts()))
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1458 MemCmpOpt MemCmp; MemCpyOpt MemCpy; MemMoveOpt MemMove; MemSetOpt MemSet; member in class:__anon18984::SimplifyLibCalls
1530 if (TLI->has(LibFunc::memcpy)) Optimizations["memcpy"] = &MemCpy;
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9834 FunctionDecl *MemCpy = R.getAsSingle<FunctionDecl>(); local
9835 if (!MemCpy)
9840 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy,

Completed in 1164 milliseconds