Searched defs:isLegalMaskedStore (Results 1 – 5 of 5) sorted by relevance
1308 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { in isLegalMaskedStore() function in X86TTIImpl
116 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const { in isLegalMaskedStore() function in TargetTransformInfo
213 bool isLegalMaskedStore(Type *DataType) { return false; } in isLegalMaskedStore() function
699 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() function
1277 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon63bf7e8f0111::LoopVectorizationLegality