Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td162 bits<1> hasTmpDst = 0;
163 let TSFlags{59} = hasTmpDst; // v65 : 'fake" register VTMP is set
DHexagonDepInstrInfo.td31834 let hasTmpDst = 1;
31850 let hasTmpDst = 1;
31866 let hasTmpDst = 1;
31882 let hasTmpDst = 1;
31898 let hasTmpDst = 1;
31914 let hasTmpDst = 1;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h184 bool hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp357 if (HexagonMCInstrInfo::hasTmpDst(MCII, MCI)) { in getNewValueOperand()
836 bool HexagonMCInstrInfo::hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI) { in hasTmpDst() function in HexagonMCInstrInfo
DHexagonMCChecker.cpp547 if (Register == Hexagon::VTMP && HexagonMCInstrInfo::hasTmpDst(MCII, I)) in registerProducer()