Searched defs:IdxMode (Results 1 – 2 of 2) sorted by relevance
634 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction()642 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal()652 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction()660 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal()1330 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction()1344 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
491 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local