Searched defs:isLegalMaskedGather (Results 1 – 4 of 4) sorted by relevance
1312 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy) { in isLegalMaskedGather() function in X86TTIImpl
124 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType) const { in isLegalMaskedGather() function in TargetTransformInfo
219 bool isLegalMaskedGather(Type *DataType) { return false; } in isLegalMaskedGather() function
708 bool isLegalMaskedGather(Type *DataType) override { in isLegalMaskedGather() function