Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Device/
DMemset.hpp43 struct Memset struct
45 Memset(T *object, int val) in Memset() argument
54 Memset(const Memset &rhs) in Memset() argument
59 Memset &operator=(const Memset &rhs) in operator =()
/external/cronet/tot/third_party/llvm-libc/src/src/string/memory_utils/
Dop_builtin.h68 template <size_t Size> struct Memset { struct
69 using ME = Memset; argument
70 static constexpr size_t SIZE = Size;
71 LIBC_INLINE static void block(Ptr dst, uint8_t value) { in block()
82 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { in tail()
86 LIBC_INLINE static void head_tail(Ptr dst, uint8_t value, size_t count) { in head_tail()
91 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()
/external/cronet/stable/third_party/llvm-libc/src/src/string/memory_utils/
Dop_builtin.h68 template <size_t Size> struct Memset { struct
69 using ME = Memset; argument
70 static constexpr size_t SIZE = Size;
71 LIBC_INLINE static void block(Ptr dst, uint8_t value) { in block()
82 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { in tail()
86 LIBC_INLINE static void head_tail(Ptr dst, uint8_t value, size_t count) { in head_tail()
91 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()
/external/llvm-libc/src/string/memory_utils/
Dop_builtin.h69 template <size_t Size> struct Memset { struct
70 using ME = Memset; argument
71 static constexpr size_t SIZE = Size;
72 LIBC_INLINE static void block(Ptr dst, uint8_t value) { in block()
83 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { in tail()
87 LIBC_INLINE static void head_tail(Ptr dst, uint8_t value, size_t count) { in head_tail()
92 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()
/external/pigweed/pw_libc/
Dmemset_test.cc46 TEST(Memset, EmptyCase) { in TEST() argument
58 TEST(Memset, OneCharacter) { in TEST() argument
72 TEST(Memset, MultipleSizesMultipleAlignments) { in TEST() argument
/external/libgav1/src/utils/
Dmemory.h94 inline void Memset(uint8_t* const dst, int value, size_t count) { in Memset() function
98 inline void Memset(uint16_t* const dst, int value, size_t count) { in Memset() function
104 inline void Memset(int16_t* const dst, int value, size_t count) { in Memset() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h33 static bool Memset; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp96 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp106 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
/external/skia/tests/
DMemsetTest.cpp88 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_internal.h231 virtual port::Status Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h95 port::Status Memset(Stream *stream, DeviceMemoryBase *location, in Memset() function
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h51 Memset, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/string/memory_utils/
Dop_tests.cpp160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
/external/cronet/stable/third_party/llvm-libc/src/test/src/string/memory_utils/
Dop_tests.cpp160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
/external/llvm-libc/test/src/string/memory_utils/
Dop_tests.cpp160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_gpu_executor.cc143 port::Status HostExecutor::Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Dcupti_collector.h139 Memset = 11, enumerator
Drocm_tracer.h95 Memset, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp444 void llvm::expandMemSetAsLoop(MemSetInst *Memset) { in expandMemSetAsLoop()
/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/c/experimental/stream_executor/
Dstream_executor_test_util.cc92 void Memset(const SP_Device* device, SP_Stream stream, in Memset() function

12