/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | Memset.hpp | 36 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 D | op_builtin.h | 68 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 D | memset_test.cc | 46 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 D | memory.h | 94 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/ |
D | LoopIdiomRecognize.h | 33 static bool Memset; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.h | 33 static bool Memset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 33 static bool Memset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 33 static bool Memset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/ |
D | LoopIdiomRecognize.h | 33 static bool Memset; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 131 } 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 D | AMDGPULowerIntrinsics.cpp | 96 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerIntrinsics.cpp | 106 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | MemsetTest.cpp | 88 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | stream_executor_internal.h | 231 virtual port::Status Memset(Stream* stream, DeviceMemoryBase* location, in Memset() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
H A D | executor.h | 95 port::Status Memset(Stream *stream, DeviceMemoryBase *location, in Memset() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceIntrinsics.h | 51 Memset, enumerator
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
|
/aosp_15_r20/external/llvm-libc/test/src/string/memory_utils/ |
H A D | op_tests.cpp | 160 TYPED_TEST(LlvmLibcOpTest, Memset, MemsetImplementations) { in TYPED_TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/ |
H A D | host_gpu_executor.cc | 143 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 D | cupti_collector.h | 139 Memset = 11, enumerator
|
H A D | rocm_tracer.h | 95 Memset, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 444 void llvm::expandMemSetAsLoop(MemSetInst *Memset) { in expandMemSetAsLoop()
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cc | 517 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 D | stream_executor_test_util.cc | 92 void Memset(const SP_Device* device, SP_Stream stream, in Memset() function
|