Home
last modified time | relevance | path

Searched refs:isLegalMaskedGather (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h205 bool isLegalMaskedGather(Type *Ty, Align Alignment);
208 return isLegalMaskedGather(Ty, Alignment); in isLegalMaskedScatter()
H A DARMTargetTransformInfo.cpp1127 bool ARMTTIImpl::isLegalMaskedGather(Type *Ty, Align Alignment) { in isLegalMaskedGather() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h273 bool isLegalMaskedGather(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp5893 (!isLegalMaskedGather(SrcVTy, Align(Alignment)) || in getGatherScatterOpCost()
6068 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, Align Alignment) { in isLegalMaskedGather() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h291 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h262 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() function
H A DRISCVTargetTransformInfo.cpp721 !isLegalMaskedGather(DataTy, Align(Alignment))) || in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h795 bool isLegalMaskedGather(Type *DataType, Align Alignment) const;
1910 virtual bool isLegalMaskedGather(Type *DataType, Align Alignment) = 0;
2412 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather() function
2413 return Impl.isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
H A DTargetTransformInfoImpl.h296 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp483 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() function in TargetTransformInfo
485 return TTIImpl->isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp1031 if (TTI.isLegalMaskedGather(LoadTy, Alignment) && in optimizeCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1329 return (LI && TTI.isLegalMaskedGather(Ty, Align)) || in isLegalGatherOrScatter()
3329 TTI.isLegalMaskedGather(VTy, Alignment)) in isScalarWithPredication()
H A DSLPVectorizer.cpp1510 R.TTI->isLegalMaskedGather( in getShallowScore()
4770 if (TTI->isLegalMaskedGather(VecTy, CommonAlignment) && in canVectorizeLoads()