Home
last modified time | relevance | path

Searched refs:CreateMaskedGather (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp528 CallInst *IRBuilderBase::CreateMaskedGather(Value *Ptrs, unsigned Align, in CreateMaskedGather() function in IRBuilderBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h718 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2469 NewLI = Builder.CreateMaskedGather(VectorGep, Alignment.value(), MaskPart, in vectorizeMemoryInstruction()
/third_party/skia/src/core/
DSkVM.cpp2739 gathered = b->CreateMaskedGather( in setupLLVM()