Searched defs:isLegalMaskedStore (Results 1 – 10 of 10) 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
254 bool isLegalMaskedStore(Type *DataType) { return false; } in isLegalMaskedStore() function
1272 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() function
2602 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { in isLegalMaskedStore() function in X86TTIImpl
166 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const { in isLegalMaskedStore() function in TargetTransformInfo
1454 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon0b4224d80111::LoopVectorizationLegality
1381 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel