Searched refs:isLegalMaskedScatter (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h174 bool isLegalMaskedScatter(Type *Ty, Align Alignment) { function in class:llvm::ARMTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h205 bool isLegalMaskedScatter(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp3987 !isLegalMaskedScatter(SrcVTy, Align(Alignment))))
4149 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType, Align Alignment) { function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h619 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const;
1323 virtual bool isLegalMaskedScatter(Type *DataType, Align Alignment) = 0;
1632 bool isLegalMaskedScatter(Type *DataType, Align Alignment) override {
1633 return Impl.isLegalMaskedScatter(DataType, Alignment);
H A DTargetTransformInfoImpl.h207 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp403 bool TargetTransformInfo::isLegalMaskedScatter(Type *DataType, function in class:TargetTransformInfo
405 return TTIImpl->isLegalMaskedScatter(DataType, Alignment);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp892 if (TTI->isLegalMaskedScatter(StoreTy, Alignment))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1222 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { function in class:llvm::LoopVectorizationCostModel
1223 return TTI.isLegalMaskedScatter(DataType, Alignment);
1242 (SI && isLegalMaskedScatter(Ty, Align));
4673 isLegalMaskedScatter(Ty, Alignment));

Completed in 212 milliseconds