Searched refs:forceScalarizeMaskedGather (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 236 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment); 238 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
|
| H A D | X86TargetTransformInfo.cpp | 5172 !forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost() 5193 forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost() 5329 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function in X86TTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 192 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function 201 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 174 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 679 bool forceScalarizeMaskedGather(VectorType *Type, Align Alignment) const; 1605 virtual bool forceScalarizeMaskedGather(VectorType *DataType, 2027 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function 2029 return Impl.forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
|
| H A D | TargetTransformInfoImpl.h | 271 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 428 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function in TargetTransformInfo 430 return TTIImpl->forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 960 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment)) in optimizeCallInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3564 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()
|