Home
last modified time | relevance | path

Searched refs:cpySrc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp334 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,
561 Value *cpyDest, Value *cpySrc, in performCallSlotOptzn() argument
582 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn()
671 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn()
672 if (cpySrc->getType() != cpyDest->getType()) in performCallSlotOptzn()
673 cpyDest = CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), in performCallSlotOptzn()
/external/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h55 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp330 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,
765 Value *cpySrc, uint64_t cpyLen, in performCallSlotOptzn() argument
791 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn()
891 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
916 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn()
917 Value *Dest = cpySrc->getType() == cpyDest->getType() ? cpyDest in performCallSlotOptzn()
918 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), in performCallSlotOptzn()