Searched refs:getRelaxedOpcode (Results 1 – 5 of 5) sorted by relevance
129 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() function in RISCVAsmBackend145 return getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode(); in mayNeedRelaxation()
103 unsigned getRelaxedOpcode(unsigned Op) const;
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()
262 static unsigned getRelaxedOpcode(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcode() function304 unsigned RelaxedOp = getRelaxedOpcode(Inst, is16BitMode); in relaxInstruction()