Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h469 short getRegForm(const MachineInstr &MI) const;
H A DHexagon.td330 def getRegForm : InstrMapping {
H A DHexagonInstrInfo.cpp3089 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()
4491 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()
4536 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo
4537 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()