HomeSort by relevance Sort by last modified time
    Searched defs:relaxInstruction (Results 1 - 6 of 6) 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/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 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/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 {
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]

Completed in 119 milliseconds