Searched refs:getRelaxedOpcode (Results 1 – 5 of 5) sorted by relevance
70 static unsigned getRelaxedOpcode(unsigned Op) { in getRelaxedOpcode() function80 if (getRelaxedOpcode(Inst.getOpcode()) == Inst.getOpcode()) in MayNeedRelaxation()92 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode())); in RelaxInstruction()
55 unsigned getRelaxedOpcode(unsigned Op) const;
174 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() function in ARMAsmBackend197 if (getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode()) in mayNeedRelaxation()264 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode()); in relaxInstruction()
210 static unsigned getRelaxedOpcode(unsigned Op) { in getRelaxedOpcode() function251 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode()); in RelaxInstruction()
269 static unsigned getRelaxedOpcode(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcode() function310 unsigned RelaxedOp = getRelaxedOpcode(Inst, is16BitMode); in relaxInstruction()