Searched refs:forceScalarizeMaskedGather (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 268 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment); 270 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
|
H A D | X86TargetTransformInfo.cpp | 5894 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 D | ARMTargetTransformInfo.h | 193 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 D | RISCVTargetTransformInfo.h | 269 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 798 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 D | TargetTransformInfoImpl.h | 300 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 499 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 D | ScalarizeMaskedMemIntrin.cpp | 1032 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment)) in optimizeCallInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4771 !TTI->forceScalarizeMaskedGather(VecTy, CommonAlignment)) { in canVectorizeLoads()
|