Searched refs:relaxInstruction (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp60 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
101 void MBlazeAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon10213::MBlazeAsmBackend
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAsmBackend.h139 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
H A DMCAssembler.h762 bool relaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp221 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon10236::MipsAsmBackend
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp96 llvm_unreachable("relaxInstruction() unimplemented");
100 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon10250::PPCAsmBackend
102 llvm_unreachable("relaxInstruction() unimplemented");
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectStreamer.cpp184 getAssembler().getBackend().relaxInstruction(Inst, Relaxed);
186 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed);
H A DMCAssembler.cpp676 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, function in class:MCAssembler
689 getBackend().relaxInstruction(IF.getInst(), Relaxed);
773 relaxedFrag = relaxInstruction(Layout, *cast<MCInstFragment>(it2));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp119 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
266 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:X86AsmBackend
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp124 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
198 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:ARMAsmBackend

Completed in 125 milliseconds