Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h265 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment);
267 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
H A DX86TargetTransformInfo.cpp5809 !forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost()
5830 forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost()
5969 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function in X86TTIImpl
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h243 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h774 bool forceScalarizeMaskedGather(VectorType *Type, Align Alignment) const;
1845 virtual bool forceScalarizeMaskedGather(VectorType *DataType,
2330 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function
2332 return Impl.forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
H A DTargetTransformInfoImpl.h289 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp485 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function in TargetTransformInfo
487 return TTIImpl->forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp953 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment)) in optimizeCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3925 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()