Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h634 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()
/NextBSD/contrib/llvm/lib/Target/ARM/InstPrinter/
HDARMInstPrinter.cpp491 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local