Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp52 MF->CreateMachineInstr(TII->get(TII->getDotNewOp(*MI)), in getHazardType()
132 MF->CreateMachineInstr(TII->get(TII->getDotNewOp(*MI)), in EmitInstruction()
H A DHexagonInstrInfo.h451 int getDotNewOp(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp466 NewOpcode = HII->getDotNewOp(MI); in promoteToDotNew()
891 int NewOpcode = (RC != &Hexagon::PredRegsRegClass) ? HII->getDotNewOp(MI) : in canPromoteToDotNew()
H A DHexagonInstrInfo.cpp3730 int HexagonInstrInfo::getDotNewOp(const MachineInstr &MI) const { in getDotNewOp() function in HexagonInstrInfo