Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td161 bits<1> hasTmpDst = 0;
162 let TSFlags{60} = hasTmpDst; // v65 : 'fake" register VTMP is set
DHexagonDepInstrInfo.td31979 let hasTmpDst = 1;
31995 let hasTmpDst = 1;
32011 let hasTmpDst = 1;
32027 let hasTmpDst = 1;
32043 let hasTmpDst = 1;
32059 let hasTmpDst = 1;
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td163 bits<1> hasTmpDst = 0;
164 let TSFlags{60} = hasTmpDst; // v65 : 'fake" register VTMP is set
DHexagonDepInstrInfo.td32657 let hasTmpDst = 1;
32674 let hasTmpDst = 1;
32691 let hasTmpDst = 1;
32708 let hasTmpDst = 1;
32725 let hasTmpDst = 1;
32742 let hasTmpDst = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h183 bool hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp355 if (HexagonMCInstrInfo::hasTmpDst(MCII, MCI)) { in getNewValueOperand()
834 bool HexagonMCInstrInfo::hasTmpDst(MCInstrInfo const &MCII, MCInst const &MCI) { in hasTmpDst() function in HexagonMCInstrInfo
DHexagonMCChecker.cpp545 if (Register == Hexagon::VTMP && HexagonMCInstrInfo::hasTmpDst(MCII, I)) in registerProducer()
/external/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()