Home
last modified time | relevance | path

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/
DIRBuilder.cpp497 CallInst *IRBuilderBase::CreateMaskedStore(Value *Val, Value *Ptr, in CreateMaskedStore() function in IRBuilderBase
DAutoUpgrade.cpp1251 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/
DLoopVectorize.cpp2343 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/
DIRBuilder.h714 CallInst *CreateMaskedStore(Value *Val, Value *Ptr, unsigned Align,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1374 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/
DMemorySanitizer.cpp2924 IRB.CreateMaskedStore(Shadow, ShadowPtr, Alignment ? Alignment->value() : 0, in handleMaskedStore()