Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td163 bits<1> hasTmpDst = 0;
164 let TSFlags{60} = hasTmpDst; // v65 : 'fake" register VTMP is set
DHexagonDepInstrInfo.td28140 let hasTmpDst = 1;
28163 let hasTmpDst = 1;
28186 let hasTmpDst = 1;
28209 let hasTmpDst = 1;
28231 let hasTmpDst = 1;
28253 let hasTmpDst = 1;
28276 let hasTmpDst = 1;
28298 let hasTmpDst = 1;
28320 let hasTmpDst = 1;
28445 let hasTmpDst = 1;
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h190 bool hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp380 if (HexagonMCInstrInfo::hasTmpDst(MCII, MCI)) { in getNewValueOperand()
943 bool HexagonMCInstrInfo::hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI) { in hasTmpDst() function in HexagonMCInstrInfo
DHexagonMCChecker.cpp555 if (Register == Hexagon::VTMP && HexagonMCInstrInfo::hasTmpDst(MCII, I)) in registerProducer()