Home
last modified time | relevance | path

Searched refs:printInstruction (Results 1 – 25 of 157) sorted by relevance

1234567

/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp43 printInstruction(MCI.getOperand(1).getInst(), Address, OS); in printInst()
46 printInstruction(MCI.getOperand(0).getInst(), Address, OS); in printInst()
48 printInstruction(&MCI, Address, OS); in printInst()
DHexagonInstPrinter.h38 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp43 printInstruction(MCI.getOperand(1).getInst(), Address, OS); in printInst()
46 printInstruction(MCI.getOperand(0).getInst(), Address, OS); in printInst()
48 printInstruction(&MCI, Address, OS); in printInst()
DHexagonInstPrinter.h37 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp62 printInstruction(MCI.getOperand(1).getInst(), OS); in printInst()
65 printInstruction(MCI.getOperand(0).getInst(), OS); in printInst()
67 printInstruction(&MCI, OS); in printInst()
78 printInstruction(&ME, OS); in printInst()
84 printInstruction(&ME, OS); in printInst()
/external/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp286 void BottleneckAnalysis::printInstruction(formatted_raw_ostream &FOS, in printInstruction() function in llvm::mca::BottleneckAnalysis
327 printInstruction(FOS, Source[FromIID], HasColors); in printCriticalSequence()
332 printInstruction(FOS, Source[CurrentIID]); in printCriticalSequence()
337 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
347 printInstruction(FOS, Source[CurrentIID]); in printCriticalSequence()
353 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
357 printInstruction(FOS, Source[ToIID], HasColors); in printCriticalSequence()
393 printInstruction(FOS, Source[CurrentIID]); in printCriticalSequence()
/external/llvm/lib/Target/BPF/InstPrinter/
DBPFInstPrinter.h35 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.h44 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/XCore/InstPrinter/
DXCoreInstPrinter.h29 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.h30 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/capstone/contrib/sysz_update/
D0005-capstone-generate-GenAsmWriter.inc.patch25 "/// printInstruction - This method is automatically generated by tablegen\n"
28 + "static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)\n{\n";
31 << "::printInstruction(const MCInst *MI, "
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.h29 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h35 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h36 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h31 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRInstPrinter.h44 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.h33 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/InstPrinter/
DVEInstPrinter.h32 void printInstruction(const MCInst *, uint64_t, const MCSubtargetInfo &,
/external/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.h30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430InstPrinter.h29 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRInstPrinter.h49 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.h32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.h33 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.h52 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);

1234567