Home
last modified time | relevance | path

Searched refs:Memmove (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp86 auto *Memmove = cast<MemMoveInst>(Inst); in expandMemIntrinsicUses() local
87 if (shouldExpandOperationWithSize(Memmove->getLength())) { in expandMemIntrinsicUses()
88 expandMemMoveAsLoop(Memmove); in expandMemIntrinsicUses()
90 Memmove->eraseFromParent(); in expandMemIntrinsicUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp433 void llvm::expandMemMoveAsLoop(MemMoveInst *Memmove) { in expandMemMoveAsLoop() argument
434 createMemMoveLoop(/* InsertBefore */ Memmove, in expandMemMoveAsLoop()
435 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
436 /* DstAddr */ Memmove->getRawDest(), in expandMemMoveAsLoop()
437 /* CopyLen */ Memmove->getLength(), in expandMemMoveAsLoop()
438 /* SrcAlign */ Memmove->getSourceAlignment(), in expandMemMoveAsLoop()
439 /* DestAlign */ Memmove->getDestAlignment(), in expandMemMoveAsLoop()
440 /* SrcIsVolatile */ Memmove->isVolatile(), in expandMemMoveAsLoop()
441 /* DstIsVolatile */ Memmove->isVolatile()); in expandMemMoveAsLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp129 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction() local
130 expandMemMoveAsLoop(Memmove); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceIntrinsics.h50 Memmove, enumerator
DIceTargetLoweringARM32.cpp764 case Intrinsics::Memmove: { in genTargetHelperCallFor()
5094 case Intrinsics::Memmove: { in lowerIntrinsic()
DIceTargetLoweringMIPS32.cpp774 case Intrinsics::Memmove: { in genTargetHelperCallFor()
5090 case Intrinsics::Memmove: { in lowerIntrinsic()
DIceTargetLoweringX8664.cpp3554 case Intrinsics::Memmove: { in lowerIntrinsic()
6317 case Intrinsics::Memmove: in genTargetHelperCallFor()
DIceTargetLoweringX8632.cpp4024 case Intrinsics::Memmove: { in lowerIntrinsic()
7053 case Intrinsics::Memmove: in genTargetHelperCallFor()