/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument 50 if (!Annot.empty()) { in printAnnotation() 52 (*CommentStream) << Annot; in printAnnotation() 55 if (Annot.back() != '\n') in printAnnotation() 58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCInstPrinter.cpp | 68 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 114 printAnnotation(O, Annot); in printInst() 125 printAnnotation(O, Annot); in printInst() 140 printAnnotation(O, Annot); in printInst() 173 printAnnotation(O, Annot); in printInst() 191 printAnnotation(O, Annot); in printInst() 198 printAnnotation(O, Annot); in printInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreInstPrinter.cpp | 34 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 37 printAnnotation(O, Annot); in printInst()
|
D | XCoreInstPrinter.h | 34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 28 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 31 printAnnotation(O, Annot); in printInst()
|
D | BPFInstPrinter.h | 25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/InstPrinter/ |
D | VEInstPrinter.cpp | 43 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 47 printAnnotation(OS, Annot); in printInst()
|
D | VEInstPrinter.h | 27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 62 void printAnnotation(raw_ostream &OS, StringRef Annot); 82 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430InstPrinter.cpp | 30 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 34 printAnnotation(O, Annot); in printInst()
|
D | MSP430InstPrinter.h | 25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 60 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 68 printAnnotation(O, Annot); in printInst() 110 printAnnotation(O, Annot); in printInst() 146 printAnnotation(O, Annot); in printInst() 156 printAnnotation(O, Annot); in printInst() 164 printAnnotation(O, Annot); in printInst() 184 printAnnotation(O, Annot); in printInst() 194 printAnnotation(O, Annot); in printInst() 204 printAnnotation(O, Annot); in printInst() 281 printAnnotation(O, Annot); in printInst() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRInstPrinter.cpp | 36 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 84 printAnnotation(O, Annot); in printInst()
|
D | AVRInstPrinter.h | 32 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVInstPrinter.cpp | 67 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 78 printAnnotation(O, Annot); in printInst()
|
D | RISCVInstPrinter.h | 30 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInstPrinter.cpp | 101 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 104 printAnnotation(O, Annot); in printInst()
|
D | ARCInstPrinter.h | 33 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMInstPrinter.cpp | 92 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 117 printAnnotation(O, Annot); in printInst() 137 printAnnotation(O, Annot); in printInst() 143 printAnnotation(O, Annot); in printInst() 158 printAnnotation(O, Annot); in printInst() 171 printAnnotation(O, Annot); in printInst() 187 printAnnotation(O, Annot); in printInst() 200 printAnnotation(O, Annot); in printInst() 213 printAnnotation(O, Annot); in printInst() 226 printAnnotation(O, Annot); in printInst() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcInstPrinter.cpp | 47 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 51 printAnnotation(O, Annot); in printInst()
|
D | SparcInstPrinter.h | 27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.h | 31 void printInst(MCInst const *MI, uint64_t Address, StringRef Annot,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXInstPrinter.h | 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
D | NVPTXInstPrinter.cpp | 76 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 81 printAnnotation(OS, Annot); in printInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyInstPrinter.h | 40 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|