Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anonf36557640111::MBlazeAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anonad49f2e00111::MipsAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anonf220b3310111::PPCAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp132 void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in ARMAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp249 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in X86AsmBackend
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout, in RelaxInstruction() function in MCAssembler