Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp262 CallInst *IRBuilderBase::CreateMaskedGather(Value *Ptrs, unsigned Align, in CreateMaskedGather() function in IRBuilderBase
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp522 CallInst *IRBuilderBase::CreateMaskedGather(Value *Ptrs, unsigned Align, in CreateMaskedGather() function in IRBuilderBase
/external/llvm/include/llvm/IR/
DIRBuilder.h458 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h595 CallInst *CreateMaskedGather(Value *Ptrs, unsigned Align,
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2589 NewLI = Builder.CreateMaskedGather(VectorGep[Part], Alignment, MaskPart, in vectorizeMemoryInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2502 NewLI = Builder.CreateMaskedGather(VectorGep, Alignment, MaskPart, in vectorizeMemoryInstruction()