Searched refs:getRelaxedOpcode (Results 1 – 6 of 6) sorted by relevance
141 static unsigned getRelaxedOpcode(const MCInst &Inst) { in getRelaxedOpcode() function190 unsigned RelaxedOp = getRelaxedOpcode(Inst); in relaxInstruction()
57 unsigned getRelaxedOpcode(unsigned Op, const MCSubtargetInfo &STI) const;
207 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op, in getRelaxedOpcode() function in ARMAsmBackend232 if (getRelaxedOpcode(Inst.getOpcode(), STI) != Inst.getOpcode()) in mayNeedRelaxation()331 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction()
106 unsigned getRelaxedOpcode(unsigned Op) const;
184 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() function in RISCVAsmBackend200 return getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode(); in mayNeedRelaxation()
313 static unsigned getRelaxedOpcode(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcode() function843 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()862 return getRelaxedOpcode(Inst, Is16BitMode) == Inst.getOpcode(); in isFullyRelaxed()