Home
last modified time | relevance | path

Searched defs:relaxInstruction (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp101 void MBlazeAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anon94fbbb5f0111::MBlazeAsmBackend
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp198 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anon008f915b0111::MipsAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp100 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anon2d47dc6c0111::PPCAsmBackend
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp265 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in X86AsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp221 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in ARMAsmBackend
/external/llvm/lib/MC/
DMCAssembler.cpp676 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction() function in MCAssembler