Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/src/Device/
H A DMemset.hpp36 struct Memset struct
38 Memset(T *object, int val) in Memset() argument
47 Memset(const Memset &rhs) in Memset() function
52 Memset &operator=(const Memset &rhs) in operator =()
/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A 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()
/aosp_15_r20/external/pigweed/pw_libc/
H A Dmemset_test.cc46 TEST(Memset, EmptyCase) { in TEST() argument
58 TEST(Memset, OneCharacter) { in TEST() argument
72 TEST(Memset, MultipleSizesMultipleAlignments) { in TEST() argument
/aosp_15_r20/external/libgav1/src/utils/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h33 static bool Memset; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DLoopIdiomRecognize.h33 static bool Memset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h33 static bool Memset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h33 static bool Memset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h33 static bool Memset; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp96 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp106 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
/aosp_15_r20/external/skia/tests/
H A DMemsetTest.cpp88 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h231 virtual port::Status Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.h95 port::Status Memset(Stream *stream, DeviceMemoryBase *location, in Memset() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceIntrinsics.h51 Memset, enumerator
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/aosp_15_r20/external/llvm-libc/test/src/string/memory_utils/
H A Dop_tests.cpp160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.cc143 port::Status HostExecutor::Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function in stream_executor::host::HostExecutor
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_collector.h139 Memset = 11, enumerator
H A Drocm_tracer.h95 Memset, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp444 void llvm::expandMemSetAsLoop(MemSetInst *Memset) { in expandMemSetAsLoop()
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc517 void ScopedThread::Memset(void *dst, int val, int size, in Memset() function in ScopedThread
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor_test_util.cc92 void Memset(const SP_Device* device, SP_Stream stream, in Memset() function

12