Lines Matching refs:getDesc
132 setLoad(HexagonMCInstrInfo::getDesc(MCII, *id).mayLoad()); in HexagonCVIResource()
133 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore()); in HexagonCVIResource()
195 MCInst const *ID = ISJ->getDesc(); in check()
233 if (HexagonMCInstrInfo::getDesc(MCII, *ID).isReturn()) in check()
255 if (HexagonMCInstrInfo::getDesc(MCII, *ID).isBranch()) in check()
261 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayLoad()) in check()
285 MCInst const *ID = ISJ->getDesc(); in check()
294 if (HexagonMCInstrInfo::getDesc(MCII, *ID).getOpcode() != Hexagon::A2_nop) in check()
304 if (HexagonMCInstrInfo::getDesc(MCII, *ID).isBranch() || in check()
305 HexagonMCInstrInfo::getDesc(MCII, *ID).isCall()) in check()
320 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayLoad()) { in check()
327 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayStore()) { in check()
382 MCInst const *ID = ISJ->getDesc(); in check()
457 << HexagonMCInstrInfo::getDesc(MCII, *ISJ->getDesc()) in shuffle()