Searched refs:printInstruction (Results 1 – 25 of 34) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
D | AMDGPUInstPrinter.h | 18 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | AMDGPUInstPrinter.cpp | 9 printInstruction(MI, OS); in printInst()
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
D | BPFInstPrinter.h | 37 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | BPFInstPrinter.cpp | 31 printInstruction(MI, O); in printInst()
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.h | 32 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | MSP430InstPrinter.cpp | 31 printInstruction(MI, O); in printInst()
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.h | 31 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | XCoreInstPrinter.cpp | 34 printInstruction(MI, O); in printInst()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.cpp | 105 printInstruction(MI, O); in printInst() 112 printInstruction(MI, O); in printInst()
|
D | HexagonInstPrinter.h | 31 void printInstruction(const MCInst *MI, raw_ostream &O);
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.h | 35 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | NVPTXInstPrinter.cpp | 72 printInstruction(MI, OS); in printInst()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 36 virtual void printInstruction(const MCInst *MI, const MCSubtargetInfo &STI, 166 void printInstruction(const MCInst *MI, const MCSubtargetInfo &STI,
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.h | 38 void printInstruction(const MCInst *MI, const MCSubtargetInfo &STI,
|
D | SparcInstPrinter.cpp | 49 printInstruction(MI, STI, O); in printInst()
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.h | 30 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | SystemZInstPrinter.cpp | 48 printInstruction(MI, O); in printInst()
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 39 void printInstruction(const MCInst *MI, raw_ostream &O);
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 85 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | MipsInstPrinter.cpp | 113 printInstruction(MI, O); in printInst()
|
/external/llvm/lib/Target/R600/InstPrinter/ |
D | AMDGPUInstPrinter.h | 29 void printInstruction(const MCInst *MI, raw_ostream &O);
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.h | 35 void printInstruction(const MCInst *MI, raw_ostream &O);
|
D | X86ATTInstPrinter.h | 41 void printInstruction(const MCInst *MI, raw_ostream &OS);
|
D | X86IntelInstPrinter.cpp | 44 printInstruction(MI, OS); in printInst()
|
D | X86ATTInstPrinter.cpp | 66 printInstruction(MI, OS); in printInst()
|
12