Home
last modified time | relevance | path

Searched refs:hasTmpDst (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCChecker.cpp104 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()
HDHexagonMCInstrInfo.h198 bool hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI);
HDHexagonMCInstrInfo.cpp387 if (HexagonMCInstrInfo::hasTmpDst(MCII, MCI)) { in getNewValueOperand()
954 bool HexagonMCInstrInfo::hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI) { in hasTmpDst() function in HexagonMCInstrInfo