Searched refs:getRelaxedOpcode (Results 1 – 9 of 9) 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()
109 unsigned getRelaxedOpcode(unsigned Op) const;185 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() function in __anon202828cb0111::RISCVAsmBackend201 return getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode(); in mayNeedRelaxation()
56 unsigned getRelaxedOpcode(unsigned Op, const MCSubtargetInfo &STI) const;
176 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op, in getRelaxedOpcode() function in ARMAsmBackend201 if (getRelaxedOpcode(Inst.getOpcode(), STI) != Inst.getOpcode()) in mayNeedRelaxation()268 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); 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()
262 static unsigned getRelaxedOpcode(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcode() function304 unsigned RelaxedOp = getRelaxedOpcode(Inst, is16BitMode); in relaxInstruction()