Searched refs:printInstruction (Results 1 - 24 of 24) sorted by relevance

/external/llvm/lib/Target/MBlaze/InstPrinter/
H A DMBlazeInstPrinter.h31 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DMBlazeInstPrinter.cpp30 printInstruction(MI, O);
/external/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h31 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DMSP430InstPrinter.cpp30 printInstruction(MI, O);
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h85 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DMipsInstPrinter.cpp81 printInstruction(MI, O);
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h39 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DPPCInstPrinter.cpp81 printInstruction(MI, O);
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h31 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DHexagonInstPrinter.cpp69 printInstruction(MI, O);
76 printInstruction(MI, O);
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.h37 void printInstruction(const MCInst *MI, raw_ostream &OS);
H A DX86IntelInstPrinter.h34 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DX86ATTInstPrinter.cpp43 printInstruction(MI, OS);
H A DX86IntelInstPrinter.cpp35 printInstruction(MI, OS);
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp48 printInstruction(MI, OS);
51 void printInstruction(const MachineInstr *MI, raw_ostream &OS);// autogen'd.
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h51 /// printInstruction - This method is automatically generated by tablegen
55 void printInstruction(const MachineInstr *MI, raw_ostream &O);
/external/llvm/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp49 /// printInstruction - This method is automatically generated by tablegen
51 void printInstruction(const MachineInstr *MI, raw_ostream &OS);
58 printInstruction(MI, OS);
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp78 void printInstruction(const MachineInstr *MI, raw_ostream &O); // autogen'd.
327 printInstruction(MI, O);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h219 void printInstruction(const MachineInstr *MI, raw_ostream &O);
H A DNVPTXAsmPrinter.cpp266 printInstruction(MI, OS);
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.h33 void printInstruction(const MCInst *MI, raw_ostream &O);
H A DARMInstPrinter.cpp65 printInstruction(MI, O);
218 printInstruction(MI, O);
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1176 void printInstruction(const Instruction &I);
1683 printInstruction(*I);
1701 void AssemblyWriter::printInstruction(const Instruction &I) { function in class:AssemblyWriter
2125 W.printInstruction(*I);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp158 void printInstruction(const Instruction *I, const std::string& bbname);
1083 // printInstruction - This member is called for each Instruction in a function.
1084 void CppWriter::printInstruction(const Instruction *I, function in class:CppWriter
1788 printInstruction(I,bbname);

Completed in 1274 milliseconds