Home
last modified time | relevance | path

Searched defs:Memcpy (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp73 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceIntrinsics.h49 Memcpy, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp408 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp319 TEST_P(SwiftShaderVulkanBufferToBufferComputeTest, Memcpy) in TEST_P() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/
Dacl_adapter.cc488 int AclAdapter::Memcpy(void *dst, size_t dest_max, const void *src, size_t count, int kind) const { in Memcpy() function in mindspore::dataset::AclAdapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp154 Memcpy, enumerator