Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h449 int getNonDotCurOp(const MachineInstr &MI) const;
DHexagonVLIWPacketizer.cpp392 MI->setDesc(HII->get(HII->getNonDotCurOp(*MI))); in cleanUpDotCur()
DHexagonInstrInfo.cpp3378 int HexagonInstrInfo::getNonDotCurOp(const MachineInstr &MI) const { in getNonDotCurOp() function in HexagonInstrInfo