Home
last modified time | relevance | path

Searched refs:Memset (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Device/
DMemset.hpp36 struct Memset struct
38 Memset(T *object, int val) in Memset() argument
40 …static_assert(std::is_base_of<Memset<T>, T>::value, "Memset<T> must only clear the memory of a typ… in Memset()
47 Memset(const Memset &rhs) in Memset() argument
52 Memset &operator=(const Memset &rhs) in operator =() argument
61 Memset(const Memset &&rhs) = delete;
62 Memset &operator=(const Memset &&rhs) = delete;
DBlitter.hpp77 struct State : Memset<State>, Options
80 : Memset(this, 0) in State()
83 : Memset(this, 0) in State()
87 : Memset(this, 0) in State()
DSetupProcessor.hpp40 struct States : Memset<States>
43 : Memset(this, 0) in States()
DVertexProcessor.hpp59 struct States : Memset<States>
62 : Memset(this, 0) in States()
DContext.hpp87 struct BlendState : sw::Memset<BlendState>
90 : Memset(this, 0) in BlendState()
100 : Memset(this, 0) in BlendState()
DPixelProcessor.hpp36 struct States : Memset<States>
61 : Memset(this, 0) in States()
DCMakeLists.txt34 Memset.hpp
DBUILD.gn26 "Memset.hpp",
/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
97 if (shouldExpandOperationWithSize(Memset->getLength())) { in expandMemIntrinsicUses()
98 expandMemSetAsLoop(Memset); in expandMemIntrinsicUses()
100 Memset->eraseFromParent(); in expandMemIntrinsicUses()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.hpp56 struct State : Memset<State>, Options
58 State() : Memset(this, 0) {} in State()
59 State(const Options &options) : Memset(this, 0), Options(options) {} in State()
DLRUCache.hpp53 struct Memset struct
55 Memset(T *object, int val) in Memset() function
57 …static_assert(std::is_base_of<Memset<T>, T>::value, "Memset<T> must only clear the memory of a typ… in Memset()
DSetupProcessor.hpp36 struct States : Memset<States>
38 States() : Memset(this, 0) {} in States()
DVertexProcessor.hpp47 struct States : Memset<States>
49 States() : Memset(this, 0) {} in States()
DPixelProcessor.hpp31 struct States : Memset<States>
33 States() : Memset(this, 0) {} in States()
/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() argument
445 createMemSetLoop(/* InsertBefore */ Memset, in expandMemSetAsLoop()
446 /* DstAddr */ Memset->getRawDest(), in expandMemSetAsLoop()
447 /* CopyLen */ Memset->getLength(), in expandMemSetAsLoop()
448 /* SetValue */ Memset->getValue(), in expandMemSetAsLoop()
449 /* Alignment */ Memset->getDestAlignment(), in expandMemSetAsLoop()
450 Memset->isVolatile()); in expandMemSetAsLoop()
DSimplifyLibCalls.cpp1189 Value *LibCallSimplifier::foldMallocMemset(CallInst *Memset, IRBuilder<> &B) { in foldMallocMemset() argument
1191 auto *FillValue = dyn_cast<ConstantInt>(Memset->getArgOperand(1)); in foldMallocMemset()
1199 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset()
1214 if (Memset->getArgOperand(2) != Malloc->getArgOperand(0)) in foldMallocMemset()
/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
132 expandMemSetAsLoop(Memset); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSampler.cpp21 : Memset(this, 0) in SamplerState()
DVkSampler.hpp27 struct SamplerState : sw::Memset<SamplerState>
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceIntrinsics.h51 Memset, enumerator
/third_party/skia/tests/
DMemsetTest.cpp86 DEF_TEST(Memset, reporter) { in DEF_TEST() argument
/third_party/flutter/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/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h135 Value *foldMallocMemset(CallInst *Memset, IRBuilder<> &B);
/third_party/mesa3d/docs/relnotes/
D19.3.3.rst122 - anv: Memset array properties
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp152 Memset, enumerator
468 return LegalStoreKind::Memset; in isLegalStore()
531 case LegalStoreKind::Memset: { in collectStores()

12