Searched defs:MemSet (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFLAndersAliasAnalysis.cpp | 202 using MemSet = DenseSet<InstantiatedValue>; typedef in __anonb8a4631d0111::AliasMemSet 638 ReachabilitySet &ReachSet, AliasMemSet &MemSet, in processWorkListItem() 791 AliasMemSet MemSet; in buildInfoFrom() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 421 if (auto *MemSet = dyn_cast<MemSetInst>(SecondI)) in memoryIsNotModifiedBetween() local 1807 MemSetInst *MemSet = dyn_cast<MemSetInst>(DefI); in tryFoldIntoCalloc() local 1885 MemSetInst *MemSet = dyn_cast<MemSetInst>(DefI); in storeIsNoop() local
|
H A D | MemCpyOptimizer.cpp | 1257 MemSetInst *MemSet, in processMemSetMemCpyDependence() 1388 MemSetInst *MemSet, in performMemCpyToMemSetOptzn()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1007 MemSetInst *MemSet) { in processMemSetMemCpyDependence() 1089 MemSetInst *MemSet) { in performMemCpyToMemSetOptzn()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1047 MemSetInst *MemSet) { in processMemSetMemCpyDependence() 1112 MemSetInst *MemSet) { in performMemCpyToMemSetOptzn()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 185 auto *MemSet = IRB.CreateMemSet(Dest, Val, Len, MSI->getDestAlign(), in lowerIntrinsicToFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | ir_builder_mixin.h | 367 llvm::Value* MemSet(Args&&... args) { in MemSet() function
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 816 MemSetInst *MemSet = cast<MemSetInst>(Intr); in handleAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 902 MemSetInst *MemSet = cast<MemSetInst>(Intr); in handleAlloca() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPixmap.cpp | 795 using MemSet = void(*)(void*, uint64_t c, int count); in erase() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 1098 MemSetInst *MemSet = cast<MemSetInst>(Intr); in handleAlloca() local
|