Searched refs:isIndexedLoadLegal (Results 1 – 2 of 2) sorted by relevance
645 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() function
9553 if (!TLI.isIndexedLoadLegal(ISD::PRE_INC, VT) && in CombineToPreIndexedLoadStore()9554 !TLI.isIndexedLoadLegal(ISD::PRE_DEC, VT)) in CombineToPreIndexedLoadStore()9779 if (!TLI.isIndexedLoadLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()9780 !TLI.isIndexedLoadLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()