Searched refs:isLegalMaskedGather (Results 1 – 6 of 6) sorted by relevance
124 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType) const { in isLegalMaskedGather() function in TargetTransformInfo125 return TTIImpl->isLegalMaskedGather(DataType); in isLegalMaskedGather()129 return TTIImpl->isLegalMaskedGather(DataType); in isLegalMaskedScatter()
325 bool isLegalMaskedGather(Type *DataType) const;576 virtual bool isLegalMaskedGather(Type *DataType) = 0;708 bool isLegalMaskedGather(Type *DataType) override { in isLegalMaskedGather() function709 return Impl.isLegalMaskedGather(DataType); in isLegalMaskedGather()
219 bool isLegalMaskedGather(Type *DataType) { return false; } in isLegalMaskedGather() function
93 bool isLegalMaskedGather(Type *DataType);
1312 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy) { in isLegalMaskedGather() function in X86TTIImpl1334 return isLegalMaskedGather(DataType); in isLegalMaskedScatter()
1805 if (!TTI->isLegalMaskedGather(CI->getType())) { in optimizeCallInst()