Searched refs:isIndexedLoadLegal (Results 1 – 2 of 2) sorted by relevance
629 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() function
8608 if (!TLI.isIndexedLoadLegal(ISD::PRE_INC, VT) && in CombineToPreIndexedLoadStore()8609 !TLI.isIndexedLoadLegal(ISD::PRE_DEC, VT)) in CombineToPreIndexedLoadStore()8832 if (!TLI.isIndexedLoadLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()8833 !TLI.isIndexedLoadLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()