Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DMemset.hpp36 struct Memset struct
38 Memset(T *object, int val) in Memset() function
47 Memset(const Memset &rhs) in Memset() argument
52 Memset &operator=(const Memset &rhs) in operator =()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DLRUCache.hpp53 struct Memset struct
55 Memset(T *object, int val) in Memset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp96 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses() local
/third_party/skia/tests/
DMemsetTest.cpp86 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceIntrinsics.h51 Memset, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp444 void llvm::expandMemSetAsLoop(MemSetInst *Memset) { in expandMemSetAsLoop()
DSimplifyLibCalls.cpp1189 Value *LibCallSimplifier::foldMallocMemset(CallInst *Memset, IRBuilder<> &B) { in foldMallocMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp152 Memset, enumerator