HomeSort by relevance Sort by last modified time
    Searched refs:printInstruction (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 31 void printInstruction(const MCInst *MI, raw_ostream &O);
MBlazeInstPrinter.cpp 30 printInstruction(MI, O);
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 31 void printInstruction(const MCInst *MI, raw_ostream &O);
MSP430InstPrinter.cpp 30 printInstruction(MI, O);
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.h 31 void printInstruction(const MCInst *MI, raw_ostream &O);
XCoreInstPrinter.cpp 33 printInstruction(MI, O);
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 85 void printInstruction(const MCInst *MI, raw_ostream &O);
MipsInstPrinter.cpp 84 printInstruction(MI, O);
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.h 29 void printInstruction(const MCInst *MI, raw_ostream &O);
AMDGPUInstPrinter.cpp 20 printInstruction(MI, OS);
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 39 void printInstruction(const MCInst *MI, raw_ostream &O);
PPCInstPrinter.cpp 81 printInstruction(MI, O);
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h 33 void printInstruction(const MCInst *MI, raw_ostream &O);
HexagonInstPrinter.cpp 70 printInstruction(MI, O);
77 printInstruction(MI, O);
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.h 37 void printInstruction(const MCInst *MI, raw_ostream &OS);
X86IntelInstPrinter.h 34 void printInstruction(const MCInst *MI, raw_ostream &O);
X86IntelInstPrinter.cpp 42 printInstruction(MI, OS);
X86ATTInstPrinter.cpp 52 printInstruction(MI, OS);
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 48 printInstruction(MI, OS);
51 void printInstruction(const MachineInstr *MI, raw_ostream &OS);// autogen'd.
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 51 /// printInstruction - This method is automatically generated by tablegen
55 void printInstruction(const MachineInstr *MI, raw_ostream &O);
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 32 void printInstruction(const MCInst *MI, raw_ostream &O);
AArch64InstPrinter.cpp 405 printInstruction(MI, O);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 219 void printInstruction(const MachineInstr *MI, raw_ostream &O);
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 33 void printInstruction(const MCInst *MI, raw_ostream &O);
ARMInstPrinter.cpp 89 printInstruction(MI, O);
279 printInstruction(&NewMI, O);
284 printInstruction(MI, O);
    [all...]

Completed in 432 milliseconds

1 2