Searched defs:isLegalMaskedStore (Results 1 – 5 of 5) sorted by relevance
1132 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, int Consecutive) { in isLegalMaskedStore() function in X86TTIImpl
210 bool isLegalMaskedStore(Type *DataType, int Consecutive) { return false; } in isLegalMaskedStore() function
691 bool isLegalMaskedStore(Type *DataType, int Consecutive) override { in isLegalMaskedStore() function
109 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
956 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon302e353c0111::LoopVectorizationLegality