Home
last modified time | relevance | path

Searched refs:CreateMaskedLoad (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp476 CallInst *IRBuilderBase::CreateMaskedLoad(Value *Ptr, unsigned Align, in CreateMaskedLoad() function in IRBuilderBase
DAutoUpgrade.cpp1271 return Builder.CreateMaskedLoad(Ptr, Align, Mask, Passthru); in UpgradeMaskedLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2264 Builder.CreateMaskedLoad(AddrParts[Part], Group->getAlignment(), in vectorizeInterleaveGroup()
2475 NewLI = Builder.CreateMaskedLoad( in vectorizeMemoryInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h710 CallInst *CreateMaskedLoad(Value *Ptr, unsigned Align, Value *Mask,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1333 IC.Builder.CreateMaskedLoad(PtrCast, 1, BoolMask, ZeroVec); in simplifyX86MaskedLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2948 setShadow(&I, IRB.CreateMaskedLoad( in handleMaskedLoad()