Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp597 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp630 CallInst *IRBuilderBase::CreateMaskedGather(Type *Ty, Value *Ptrs, in CreateMaskedGather() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h824 CallInst *CreateMaskedGather(Type *Ty, Value *Ptrs, Align Alignment,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3490 IRB.CreateMaskedGather(ShadowTy, ShadowPtrs, Alignment, Mask, in handleMaskedGather()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9538 NewLI = Builder.CreateMaskedGather(DataTy, VectorGep, Alignment, MaskPart, in execute()
H A DSLPVectorizer.cpp11575 NewLI = Builder.CreateMaskedGather(VecTy, VecPtr, CommonAlignment); in vectorizeTree()