Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLowerMemIntrinsics.h23 class MemMoveInst; variable
49 void expandMemMoveAsLoop(MemMoveInst *MemMove);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h33 class MemMoveInst; variable
64 bool processMemMove(MemMoveInst *M);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp130 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstVisitor.h220 RetTy visitMemMoveInst(MemMoveInst &I) { DELEGATE(MemTransferInst); } in visitMemMoveInst()
278 case Intrinsic::memmove: DELEGATE(MemMoveInst); in delegateCallInst()
DIntrinsicInst.h529 class MemMoveInst : public MemTransferInst {
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp87 auto *Memmove = cast<MemMoveInst>(Inst); in expandMemIntrinsicUses()
DAMDGPUPromoteAlloca.cpp868 MemMoveInst *MemMove = cast<MemMoveInst>(Intr); in handleAlloca()
/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/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp808 MemMoveInst *MemMove = cast<MemMoveInst>(Intr); in handleAlloca()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp294 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp345 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
/external/llvm/lib/Analysis/
DLint.cpp306 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1286 bool MemCpyOptPass::processMemMove(MemMoveInst *M) { in processMemMove()
1417 else if (MemMoveInst *M = dyn_cast<MemMoveInst>(I)) in iterateOnFunction()
DInferAddressSpaces.cpp810 assert(isa<MemMoveInst>(MTI)); in handleMemIntrinsicPtrUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp430 void llvm::expandMemMoveAsLoop(MemMoveInst *Memmove) { in expandMemMoveAsLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp214 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) { in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp253 auto *MMI = cast<MemMoveInst>(CI); in CreateMemMove()
/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()

12