Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h408 short getRegForm(const MachineInstr *MI) const;
DHexagon.td206 def getRegForm : InstrMapping {
DHexagonInstrInfo.cpp2989 if (Hexagon::getRegForm(MI->getOpcode()) >= 0) in hasNonExtEquivalent()
4082 short NonExtOpcode = Hexagon::getRegForm(MI->getOpcode()); in getNonExtOpcode()
4130 short HexagonInstrInfo::getRegForm(const MachineInstr *MI) const { in getRegForm() function in HexagonInstrInfo
4131 return Hexagon::getRegForm(MI->getOpcode()); in getRegForm()