Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h357 int getDotNewOp(const MachineInstr* MI) const;
DHexagonVLIWPacketizer.cpp420 NewOpcode = HII->getDotNewOp(MI); in promoteToDotNew()
762 int NewOpcode = HII->getDotNewOp(MI); in canPromoteToDotNew()
DHexagonInstrInfo.cpp3064 int HexagonInstrInfo::getDotNewOp(const MachineInstr* MI) const { in getDotNewOp() function in HexagonInstrInfo