Home
last modified time | relevance | path

Searched refs:MemMoveInst (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h268 class MemMoveInst : public MemTransferInst {
271 static inline bool classof(const MemMoveInst *) { return true; } in classof() argument
/external/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h54 bool processMemMove(MemMoveInst *M);
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp315 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction()
/external/llvm/include/llvm/IR/
DInstVisitor.h216 RetTy visitMemMoveInst(MemMoveInst &I) { DELEGATE(MemTransferInst); } in visitMemMoveInst()
273 case Intrinsic::memmove: DELEGATE(MemMoveInst); in delegateCallInst()
DIntrinsicInst.h285 class MemMoveInst : public MemTransferInst {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp333 bool processMemMove(MemMoveInst *M);
829 bool MemCpyOpt::processMemMove(MemMoveInst *M) { in processMemMove()
944 else if (MemMoveInst *M = dyn_cast<MemMoveInst>(I)) in iterateOnFunction()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp329 bool processMemMove(MemMoveInst *M);
1233 bool MemCpyOptPass::processMemMove(MemMoveInst *M) { in processMemMove()
1350 else if (MemMoveInst *M = dyn_cast<MemMoveInst>(I)) in iterateOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp294 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp808 MemMoveInst *MemMove = cast<MemMoveInst>(Intr); in handleAlloca()
/external/llvm/lib/Analysis/
DLint.cpp306 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp214 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) { in visitCallInst()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h480 macro(MemMoveInst) \
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1288 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) { in visitCallInst()
/external/llvm/include/llvm-c/
DCore.h1240 macro(MemMoveInst) \
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp899 isa<MemMoveInst>(MI) ? AsanMemmove : AsanMemcpy, in instrumentMemIntrinsic()
DMemorySanitizer.cpp1883 void visitMemMoveInst(MemMoveInst &I) { in visitMemMoveInst()