HomeSort by: relevance | last modified time | path
    Searched defs:relaxInstruction (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.cpp 143 void CSKYAsmBackend::relaxInstruction(MCInst &Inst,
145 llvm_unreachable("CSKYAsmBackend::relaxInstruction() unimplemented");
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kAsmBackend.cpp 75 void relaxInstruction(MCInst &Inst,
187 void M68kAsmBackend::relaxInstruction(MCInst &Inst,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 169 virtual void relaxInstruction(MCInst &Inst,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 40 void relaxInstruction(MCInst &Inst,
54 void AMDGPUAsmBackend::relaxInstruction(MCInst &Inst,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp 145 void RISCVAsmBackend::relaxInstruction(MCInst &Inst,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 93 void relaxInstruction(MCInst &Inst,
454 void AArch64AsmBackend::relaxInstruction(MCInst &Inst,
456 llvm_unreachable("AArch64AsmBackend::relaxInstruction() unimplemented");
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 329 void ARMAsmBackend::relaxInstruction(MCInst &Inst,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 986 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout,
989 "Expected CodeEmitter defined for relaxInstruction");
1001 getBackend().relaxInstruction(Relaxed, *F.getSubtargetInfo());
1213 return relaxInstruction(Layout, cast<MCRelaxableFragment>(F));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 195 void relaxInstruction(MCInst &Inst,
839 void X86AsmBackend::relaxInstruction(MCInst &Inst,
928 relaxInstruction(Relaxed, *RF.getSubtargetInfo());

Completed in 23 milliseconds