Searched defs:IdxMode (Results 1 – 2 of 2) sorted by relevance
637 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction()645 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal()655 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction()663 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal()1343 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction()1357 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
491 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local