Home
last modified time | relevance | path

Searched refs:getRelaxedOpcode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp181 static unsigned getRelaxedOpcode(unsigned Opcode) { in getRelaxedOpcode() function
189 return getRelaxedOpcode(Opcode) != Opcode; in mayNeedRelaxation()
224 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode()); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp148 static unsigned getRelaxedOpcode(unsigned Opcode, ArrayRef<MCOperand> Operands, in getRelaxedOpcode() function
244 getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI) && in relaxInstruction()
256 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI)); in relaxInstruction()
272 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI)); in relaxInstruction()
295 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI)); in relaxInstruction()
446 return getRelaxedOpcode(Opcode, Operands, STI) != Opcode; in mayNeedRelaxation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h46 unsigned getRelaxedOpcode(unsigned Op, const MCSubtargetInfo &STI) const;
H A DARMAsmBackend.cpp181 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op, in getRelaxedOpcode() function in ARMAsmBackend
206 return getRelaxedOpcode(Opcode, STI) != Opcode; in mayNeedRelaxation()
329 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp221 static unsigned getRelaxedOpcode(const MCInst &MI, bool Is16BitMode) { in getRelaxedOpcode() function
783 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()