HomeSort by relevance Sort by last modified time
    Searched refs:relaxInstruction (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 119 /// RelaxInstruction - Relax the instruction in the given fragment to the next
125 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
MCAssembler.h 963 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 68 llvm_unreachable("RelaxInstruction() unimplemented");
72 /// RelaxInstruction - Relax the instruction in the given fragment
78 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {}
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 54 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 60 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 141 llvm_unreachable("relaxInstruction() unimplemented");
145 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {
147 llvm_unreachable("relaxInstruction() unimplemented");
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 213 getAssembler().getBackend().relaxInstruction(Inst, Relaxed);
215 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed);
MCAssembler.cpp     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 75 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
239 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst,
241 assert(false && "AArch64AsmBackend::relaxInstruction() unimplemented");
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 202 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {
204 llvm_unreachable("relaxInstruction() unimplemented");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 164 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
247 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 133 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
280 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {

Completed in 230 milliseconds