Home
last modified time | relevance | path

Searched defs:IdxMode (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h621 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction()
629 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal()
639 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction()
647 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal()
1312 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction()
1326 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp489 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local