Searched refs:getRelaxedOpcode (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 181 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 D | RISCVAsmBackend.cpp | 148 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 D | ARMAsmBackend.h | 46 unsigned getRelaxedOpcode(unsigned Op, const MCSubtargetInfo &STI) const;
|
| H A D | ARMAsmBackend.cpp | 181 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 D | X86AsmBackend.cpp | 221 static unsigned getRelaxedOpcode(const MCInst &MI, bool Is16BitMode) { in getRelaxedOpcode() function 783 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()
|