Searched refs:CreateMaskedStore (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IRBuilder.cpp | 497 CallInst *IRBuilderBase::CreateMaskedStore(Value *Val, Value *Ptr, in CreateMaskedStore() function in IRBuilderBase
|
| D | AutoUpgrade.cpp | 1251 return Builder.CreateMaskedStore(Data, Ptr, Align, Mask); in UpgradeMaskedStore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 2343 NewStoreInstr = Builder.CreateMaskedStore( in vectorizeInterleaveGroup() 2450 NewSI = Builder.CreateMaskedStore( in vectorizeMemoryInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 714 CallInst *CreateMaskedStore(Value *Val, Value *Ptr, unsigned Align,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 1374 IC.Builder.CreateMaskedStore(Vec, PtrCast, 1, BoolMask); in simplifyX86MaskedStore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 2924 IRB.CreateMaskedStore(Shadow, ShadowPtr, Alignment ? Alignment->value() : 0, in handleMaskedStore()
|