Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp462 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp550 CallInst *IRBuilderBase::CreateMaskedGather(Type *Ty, Value *Ptrs, in CreateMaskedGather() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h844 LLVM_ABI CallInst *CreateMaskedGather(Type *Ty, Value *Ptrs, Align Alignment,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3129 NewLI = Builder.CreateMaskedGather(DataTy, Addr, Alignment, Mask, nullptr, in execute()
H A DSLPVectorizer.cpp18280 NewLI = Builder.CreateMaskedGather(VecTy, VecPtr, CommonAlignment); in vectorizeTree()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4072 IRB.CreateMaskedGather(ShadowTy, ShadowPtrs, Alignment, Mask, in handleMaskedGather()