Home
last modified time | relevance | path

Searched refs:forceScalarizeMaskedGather (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h268 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment);
270 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
H A DX86TargetTransformInfo.cpp5894 forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost()
6041 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
202 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h269 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h798 bool forceScalarizeMaskedGather(VectorType *Type, Align Alignment) const;
1911 virtual bool forceScalarizeMaskedGather(VectorType *DataType,
2415 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function
2417 return Impl.forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
H A DTargetTransformInfoImpl.h300 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp499 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function in TargetTransformInfo
501 return TTIImpl->forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp1032 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment)) in optimizeCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4771 !TTI->forceScalarizeMaskedGather(VecTy, CommonAlignment)) { in canVectorizeLoads()