Searched refs:isTruncStoreLegal (Results 1 – 5 of 5) sorted by relevance
424 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
694 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
11633 if (TLI.isTruncStoreLegal(LegalizedStoredValueTy, StoreTy) && in MergeConsecutiveStores()11805 if (TLI.isTruncStoreLegal(LegalizedStoredValueTy, StoreTy) && in MergeConsecutiveStores()12144 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in visitSTORE()
6760 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in visitSTORE()
29100 if (TLI.isTruncStoreLegal(VT, StVT)) in combineMaskedStore()