Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrFormats.td161 bits<1> hasTmpDst = 0;
162 let TSFlags{60} = hasTmpDst; // v65 : 'fake" register VTMP is set
HDHexagonDepInstrInfo.td31979 let hasTmpDst = 1;
31995 let hasTmpDst = 1;
32011 let hasTmpDst = 1;
32027 let hasTmpDst = 1;
32043 let hasTmpDst = 1;
32059 let hasTmpDst = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.h183 bool hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI);
HDHexagonMCInstrInfo.cpp355 if (HexagonMCInstrInfo::hasTmpDst(MCII, MCI)) { in getNewValueOperand()
834 bool HexagonMCInstrInfo::hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI) { in hasTmpDst() function in HexagonMCInstrInfo
HDHexagonMCChecker.cpp545 if (Register == Hexagon::VTMP && HexagonMCInstrInfo::hasTmpDst(MCII, I)) in registerProducer()