Searched refs:hasTmpDst (Results 1 – 3 of 3) sorted by relevance
104 const bool IgnoreTmpDst = (HexagonMCInstrInfo::hasTmpDst(MCII, MCI) || in init()581 if (Register == Hexagon::VTMP && HexagonMCInstrInfo::hasTmpDst(MCII, I)) in registerProducer()716 return HexagonMCInstrInfo::hasTmpDst(MCII, I) || in checkValidTmpDst()
198 bool hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI);
387 if (HexagonMCInstrInfo::hasTmpDst(MCII, MCI)) { in getNewValueOperand()954 bool HexagonMCInstrInfo::hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI) { in hasTmpDst() function in HexagonMCInstrInfo