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/ |
| D | IRBuilder.cpp | 476 CallInst *IRBuilderBase::CreateMaskedLoad(Value *Ptr, unsigned Align, in CreateMaskedLoad() function in IRBuilderBase
|
| D | AutoUpgrade.cpp | 1271 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/ |
| D | LoopVectorize.cpp | 2264 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/ |
| D | IRBuilder.h | 710 CallInst *CreateMaskedLoad(Value *Ptr, unsigned Align, Value *Mask,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 1333 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/ |
| D | MemorySanitizer.cpp | 2948 setShadow(&I, IRB.CreateMaskedLoad( in handleMaskedLoad()
|