Lines Matching refs:getDesc
131 setLoad(HexagonMCInstrInfo::getDesc(MCII, *id).mayLoad());
132 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore());
199 MCInst const &Inst = ISJ.getDesc();
231 MCInst const &Inst = ISJ.getDesc();
232 if (HexagonMCInstrInfo::getDesc(MCII, Inst).mayStore()) {
366 MCInst const &ID = ISJ->getDesc();
373 if (HexagonMCInstrInfo::getDesc(MCII, ID).mayLoad()) {
406 if (HexagonMCInstrInfo::getDesc(MCII, ID).mayStore()) {
457 MCInst const &ID = ISJ->getDesc();
502 if (HexagonMCInstrInfo::getDesc(MCII, ID).isReturn())
534 if (HexagonMCInstrInfo::getDesc(MCII, ID).mayLoad()) {
542 assert(HexagonMCInstrInfo::getDesc(MCII, ID).mayStore());
550 if (HexagonMCInstrInfo::getDesc(MCII, ID).isBranch())
557 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isBranch())
559 if (HexagonMCInstrInfo::getDesc(MCII, Inst1).isBranch())
561 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isReturn())
563 if (HexagonMCInstrInfo::getDesc(MCII, Inst1).isReturn())
698 << HexagonMCInstrInfo::getDesc(MCII, ISJ.getDesc()).getOpcode()