Searched refs:getRelaxedOpcode (Results 1 – 6 of 6) sorted by relevance
142 static unsigned getRelaxedOpcode(const MCInst &Inst) { in getRelaxedOpcode() function191 unsigned RelaxedOp = getRelaxedOpcode(Inst); in relaxInstruction()
51 unsigned getRelaxedOpcode(unsigned Op, const MCSubtargetInfo &STI) const;
209 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op, in getRelaxedOpcode() function in ARMAsmBackend234 if (getRelaxedOpcode(Inst.getOpcode(), STI) != Inst.getOpcode()) in mayNeedRelaxation()333 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction()
89 unsigned getRelaxedOpcode(unsigned Op) const;
317 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() function in RISCVAsmBackend333 return getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode(); in mayNeedRelaxation()
229 static unsigned getRelaxedOpcode(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcode() function758 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()777 return getRelaxedOpcode(Inst, Is16BitMode) == Inst.getOpcode(); in isFullyRelaxed()