/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LowerMemIntrinsics.h | 23 class MemMoveInst; variable 49 void expandMemMoveAsLoop(MemMoveInst *MemMove);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 33 class MemMoveInst; variable 64 bool processMemMove(MemMoveInst *M);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 130 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicInst.h | 268 class MemMoveInst : public MemTransferInst { 271 static inline bool classof(const MemMoveInst *) { return true; } in classof() argument
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 54 bool processMemMove(MemMoveInst *M);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 220 RetTy visitMemMoveInst(MemMoveInst &I) { DELEGATE(MemTransferInst); } in visitMemMoveInst() 278 case Intrinsic::memmove: DELEGATE(MemMoveInst); in delegateCallInst()
|
D | IntrinsicInst.h | 529 class MemMoveInst : public MemTransferInst {
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 315 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction()
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 216 RetTy visitMemMoveInst(MemMoveInst &I) { DELEGATE(MemTransferInst); } in visitMemMoveInst() 273 case Intrinsic::memmove: DELEGATE(MemMoveInst); in delegateCallInst()
|
D | IntrinsicInst.h | 285 class MemMoveInst : public MemTransferInst {
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 333 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/ |
D | AMDGPULowerIntrinsics.cpp | 87 auto *Memmove = cast<MemMoveInst>(Inst); in expandMemIntrinsicUses()
|
D | AMDGPUPromoteAlloca.cpp | 868 MemMoveInst *MemMove = cast<MemMoveInst>(Intr); in handleAlloca()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 329 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/ |
D | AMDGPUPromoteAlloca.cpp | 808 MemMoveInst *MemMove = cast<MemMoveInst>(Intr); in handleAlloca()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 294 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Lint.cpp | 345 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 306 MemMoveInst *MMI = cast<MemMoveInst>(&I); in visitCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1286 bool MemCpyOptPass::processMemMove(MemMoveInst *M) { in processMemMove() 1417 else if (MemMoveInst *M = dyn_cast<MemMoveInst>(I)) in iterateOnFunction()
|
D | InferAddressSpaces.cpp | 810 assert(isa<MemMoveInst>(MTI)); in handleMemIntrinsicPtrUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 430 void llvm::expandMemMoveAsLoop(MemMoveInst *Memmove) { in expandMemMoveAsLoop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 214 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) { in visitCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 253 auto *MMI = cast<MemMoveInst>(CI); in CreateMemMove()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 480 macro(MemMoveInst) \
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1288 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) { in visitCallInst()
|