Home
last modified time | relevance | path

Searched defs:Memset (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/src/Device/
DMemset.hpp27 struct Memset struct
29 Memset(T *object, int val) in Memset() argument
/external/swiftshader/src/Renderer/
DLRUCache.hpp53 struct Memset struct
55 Memset(T *object, int val) in Memset() function
/external/libgav1/libgav1/src/utils/
Dmemory.h93 inline void Memset(uint8_t* const dst, int value, size_t count) { in Memset() function
97 inline void Memset(uint16_t* const dst, int value, size_t count) { in Memset() function
/external/vboot_reference/firmware/stub/
Dutility_stub.c30 void *Memset(void *d, const uint8_t c, uint64_t n) in Memset() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp97 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
/external/skia/tests/
DMemsetTest.cpp86 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DMemsetTest.cpp86 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp132 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h234 virtual port::Status Memset(Stream *stream, DeviceMemoryBase *location, in Memset() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h97 port::Status Memset(Stream *stream, DeviceMemoryBase *location, uint8 pattern, in Memset() function
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h57 Memset, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc119 port::Status HostExecutor::Memset(Stream *stream, DeviceMemoryBase *location, in Memset() function in stream_executor::host::HostExecutor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp441 void llvm::expandMemSetAsLoop(MemSetInst *Memset) { in expandMemSetAsLoop()
DSimplifyLibCalls.cpp863 static Value *foldMallocMemset(CallInst *Memset, IRBuilder<> &B, in foldMallocMemset()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc517 void ScopedThread::Memset(void *dst, int val, int size, in Memset() function in ScopedThread
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc605 port::Status GpuExecutor::Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc508 port::Status GpuExecutor::Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function in stream_executor::gpu::GpuExecutor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp149 Memset, enumerator
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp800 static Value *foldMallocMemset(CallInst *Memset, IRBuilder<> &B, in foldMallocMemset()