Searched refs:getRelaxedOpcode (Results 1 – 6 of 6) sorted by relevance
141 static unsigned getRelaxedOpcode(const MCInst &Inst) { in getRelaxedOpcode() function189 unsigned RelaxedOp = getRelaxedOpcode(Inst); in relaxInstruction()
52 unsigned getRelaxedOpcode(unsigned Op, const MCSubtargetInfo &STI) const;
223 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op, in getRelaxedOpcode() function in ARMAsmBackend248 if (getRelaxedOpcode(Inst.getOpcode(), STI) != Inst.getOpcode()) in mayNeedRelaxation()346 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction()
87 unsigned getRelaxedOpcode(unsigned Op) const;
195 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode())); in relaxInstruction()347 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() function in RISCVAsmBackend375 return getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode(); in mayNeedRelaxation()
229 static unsigned getRelaxedOpcode(const MCInst &MI, bool Is16BitMode) { in getRelaxedOpcode() function755 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()