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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { function in class:llvm::ARMTTIImpl
202 return forceScalarizeMaskedGather(VTy, Alignment);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h265 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment);
267 return forceScalarizeMaskedGather(VTy, Alignment);
H A DX86TargetTransformInfo.cpp5809 !forceScalarizeMaskedGather(cast<VectorType>(SrcVTy),
5830 forceScalarizeMaskedGather(cast<VectorType>(SrcVTy),
5969 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { function in class:X86TTIImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h243 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { function in class:llvm::RISCVTTIImpl
/freebsd-current/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,
2332 return Impl.forceScalarizeMaskedGather(DataType, Alignment);
H A DTargetTransformInfoImpl.h289 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { function in class:llvm::TargetTransformInfoImplBase
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp485 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, function in class:TargetTransformInfo
487 return TTIImpl->forceScalarizeMaskedGather(DataType, Alignment);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp953 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3925 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment))

Completed in 370 milliseconds