Searched defs:isLegalMaskedStore (Results 1 – 5 of 5) sorted by relevance
126 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const { in isLegalMaskedStore() function in TargetTransformInfo
212 bool isLegalMaskedStore(Type *DataType) { return false; } in isLegalMaskedStore() function
805 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() function
1579 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { in isLegalMaskedStore() function in X86TTIImpl
1454 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon63bf7e8f0111::LoopVectorizationLegality