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

  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 77 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
241 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst,
243 llvm_unreachable("AArch64AsmBackend::relaxInstruction() unimplemented");
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 131 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
282 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 246 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]

Completed in 139 milliseconds