/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 63 printAnnotation(OS, Annot); in printInst() 75 printAnnotation(OS, "label" + utostr(TopLabel) + ':'); in printInst() 84 printAnnotation( in printInst() 88 printAnnotation( in printInst() 106 printAnnotation(OS, utostr(Depth) + ": " + (Pair.second ? "up" : "down") + in printInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 74 printAnnotation(O, Annot); in printInst() 92 printAnnotation(O, Annot); in printInst() 97 printAnnotation(O, Annot); in printInst() 111 printAnnotation(O, Annot); in printInst() 119 printAnnotation(O, Annot); in printInst() 132 printAnnotation(O, Annot); in printInst() 140 printAnnotation(O, Annot); in printInst() 152 printAnnotation(O, Annot); in printInst() 163 printAnnotation(O, Annot); in printInst() 182 printAnnotation(O, Annot); in printInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 68 printAnnotation(OS, Annot); in printInst() 77 printAnnotation(OS, "label" + utostr(ControlFlowCounter) + ':'); in printInst() 90 if (!ControlFlowStack.empty()) printAnnotation( in printInst() 108 printAnnotation(OS, utostr(Depth) + ": " + (Pair.second ? "up" : "down") + in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 89 printAnnotation(O, Annot); in printInst() 100 printAnnotation(O, Annot); in printInst() 115 printAnnotation(O, Annot); in printInst() 148 printAnnotation(O, Annot); in printInst() 166 printAnnotation(O, Annot); in printInst() 173 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 77 printAnnotation(O, Annot); in printInst() 88 printAnnotation(O, Annot); in printInst() 102 printAnnotation(O, Annot); in printInst() 135 printAnnotation(O, Annot); in printInst() 141 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 55 printAnnotation(O, Annot); in printInst() 66 printAnnotation(O, Annot); in printInst() 80 printAnnotation(O, Annot); in printInst() 86 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 60 printAnnotation(O, Annot); in printInst() 102 printAnnotation(O, Annot); in printInst() 138 printAnnotation(O, Annot); in printInst() 148 printAnnotation(O, Annot); in printInst() 156 printAnnotation(O, Annot); in printInst() 175 printAnnotation(O, Annot); in printInst() 185 printAnnotation(O, Annot); in printInst() 195 printAnnotation(O, Annot); in printInst() 273 printAnnotation(O, Annot); in printInst() 689 printAnnotation(O, Annot); in printInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 69 printAnnotation(O, Annot); in printInst() 111 printAnnotation(O, Annot); in printInst() 147 printAnnotation(O, Annot); in printInst() 157 printAnnotation(O, Annot); in printInst() 165 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() 295 printAnnotation(O, Annot); in printInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 105 printAnnotation(O, Annot); in printInst() 125 printAnnotation(O, Annot); in printInst() 131 printAnnotation(O, Annot); in printInst() 146 printAnnotation(O, Annot); in printInst() 159 printAnnotation(O, Annot); in printInst() 175 printAnnotation(O, Annot); in printInst() 188 printAnnotation(O, Annot); in printInst() 201 printAnnotation(O, Annot); in printInst() 214 printAnnotation(O, Annot); in printInst() 236 printAnnotation(O, Annot); in printInst() [all …]
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 97 printAnnotation(O, Annot); in printInst() 117 printAnnotation(O, Annot); in printInst() 123 printAnnotation(O, Annot); in printInst() 138 printAnnotation(O, Annot); in printInst() 151 printAnnotation(O, Annot); in printInst() 167 printAnnotation(O, Annot); in printInst() 180 printAnnotation(O, Annot); in printInst() 193 printAnnotation(O, Annot); in printInst() 206 printAnnotation(O, Annot); in printInst() 228 printAnnotation(O, Annot); in printInst() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCInstPrinter.cpp | 29 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() function in MCInstPrinter
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstPrinter.h | 33 void printAnnotation(raw_ostream &OS, StringRef Annot);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/InstPrinter/ |
D | Nios2InstPrinter.cpp | 37 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/ |
D | MBlazeInstPrinter.cpp | 31 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.cpp | 37 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.cpp | 35 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 31 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
D | BPFInstPrinter.cpp | 32 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/InstPrinter/ |
D | RISCVInstPrinter.cpp | 55 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 44 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() function in MCInstPrinter
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 60 void printAnnotation(raw_ostream &OS, StringRef Annot);
|
/external/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 41 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() function in MCInstPrinter
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 32 printAnnotation(O, Annot); in printInst()
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 58 void printAnnotation(raw_ostream &OS, StringRef Annot);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 32 printAnnotation(O, Annot); in printInst()
|