Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h189 int GetDotNewOp(const MachineInstr* MI) const;
DHexagonVLIWPacketizer.cpp439 NewOpcode = QII->GetDotNewOp(MI); in PromoteToDotNew()
762 int NewOpcode = QII->GetDotNewOp(MI); in CanPromoteToDotNew()
DHexagonInstrInfo.cpp1616 int HexagonInstrInfo::GetDotNewOp(const MachineInstr* MI) const { in GetDotNewOp() function in HexagonInstrInfo