Home
last modified time | relevance | path

Searched refs:isIndexedStoreLegal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h647 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8616 if (!TLI.isIndexedStoreLegal(ISD::PRE_INC, VT) && in CombineToPreIndexedLoadStore()
8617 !TLI.isIndexedStoreLegal(ISD::PRE_DEC, VT)) in CombineToPreIndexedLoadStore()
8840 if (!TLI.isIndexedStoreLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
8841 !TLI.isIndexedStoreLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()