/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
D | AMDGPUInstPrinter.h | 27 void printInstruction(const MCInst *MI, raw_ostream &O); 30 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 32 static void printRegOperand(unsigned RegNo, raw_ostream &O, 36 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 37 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 38 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 39 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 40 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 41 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
D | AMDGPUInstPrinter.cpp | 26 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 35 raw_ostream &O) { in printU4ImmOperand() 40 raw_ostream &O) { in printU8ImmOperand() 45 raw_ostream &O) { in printU16ImmOperand() 50 raw_ostream &O) { in printU32ImmOperand() 55 raw_ostream &O) { in printU4ImmDecOperand() 60 raw_ostream &O) { in printU8ImmDecOperand() 65 raw_ostream &O) { in printU16ImmDecOperand() 70 raw_ostream& O, StringRef BitName) { in printNamedBit() 77 raw_ostream &O) { in printOffen() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.h | 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 35 void printInstruction(const MCInst *MI, raw_ostream &O); 39 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 41 void printSORegRegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 42 void printSORegImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 44 void printAddrModeTBB(const MCInst *MI, unsigned OpNum, raw_ostream &O); 45 void printAddrModeTBH(const MCInst *MI, unsigned OpNum, raw_ostream &O); 46 void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 47 void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream &O); [all …]
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBExtras.h | 23 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value); 24 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv); 25 raw_ostream &operator<<(raw_ostream &OS, const PDB_DataKind &Data); 26 raw_ostream &operator<<(raw_ostream &OS, const codeview::RegisterId &Reg); 27 raw_ostream &operator<<(raw_ostream &OS, const PDB_LocType &Loc); 28 raw_ostream &operator<<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk); 29 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum); 30 raw_ostream &operator<<(raw_ostream &OS, const PDB_Lang &Lang); 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_SymType &Tag); 32 raw_ostream &operator<<(raw_ostream &OS, const PDB_MemberAccess &Access); [all …]
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.h | 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 28 void printRegName(raw_ostream &OS, unsigned RegNo) const override; 32 raw_ostream &O); 34 raw_ostream &O); 38 raw_ostream &O); 42 raw_ostream &O); 45 const MCSubtargetInfo &STI, raw_ostream &O); 47 const MCSubtargetInfo &STI, raw_ostream &O); 50 const MCSubtargetInfo &STI, raw_ostream &O); 52 const MCSubtargetInfo &STI, raw_ostream &O); [all …]
|
/external/clang/utils/TableGen/ |
D | TableGenBackends.h | 22 class raw_ostream; variable 26 using llvm::raw_ostream; 31 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS); 32 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, 35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS); 36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); 38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); 39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); 40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS); [all …]
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 27 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 29 void printRegName(raw_ostream &OS, unsigned RegNo) const override; 33 raw_ostream &O); 35 raw_ostream &O); 39 raw_ostream &O); 48 raw_ostream &O); 51 raw_ostream &O); 53 raw_ostream &O); 55 raw_ostream &O); 57 raw_ostream &O); [all …]
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.h | 27 void printRegName(raw_ostream &OS, unsigned RegNo) const override; 28 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot, 33 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 35 unsigned PrintMethodIdx, raw_ostream &O); 38 void printInstruction(const MCInst *MI, raw_ostream &OS); 41 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 42 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS); 43 void printSSEAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS); 44 void printXOPCC(const MCInst *MI, unsigned Op, raw_ostream &OS); 45 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS); [all …]
|
D | X86IntelInstPrinter.h | 28 void printRegName(raw_ostream &OS, unsigned RegNo) const override; 29 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot, 33 void printInstruction(const MCInst *MI, raw_ostream &O); 36 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 37 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O); 38 void printSSEAVXCC(const MCInst *MI, unsigned Op, raw_ostream &O); 39 void printXOPCC(const MCInst *MI, unsigned Op, raw_ostream &O); 40 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O); 41 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 32 void printRegName(raw_ostream &OS, unsigned RegNo) const override; 33 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 37 void printInstruction(const MCInst *MI, raw_ostream &O); 40 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 43 raw_ostream &OS); 45 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 47 raw_ostream &O, const char *Modifier = nullptr); 49 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 50 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 51 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.h | 29 void printInstruction(const MCInst *MI, raw_ostream &O); 34 raw_ostream &O); 38 raw_ostream &O); 41 void printRegName(raw_ostream &O, unsigned RegNo) const override; 42 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 47 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O); 48 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 49 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 50 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 51 void printBDVAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); [all …]
|
D | SystemZInstPrinter.cpp | 25 unsigned Index, raw_ostream &O) { in printAddress() 41 raw_ostream &O) { in printOperand() 52 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 59 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() 64 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printUImmOperand() 71 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand() 78 raw_ostream &O) { in printU1ImmOperand() 83 raw_ostream &O) { in printU2ImmOperand() 88 raw_ostream &O) { in printU3ImmOperand() 93 raw_ostream &O) { in printU4ImmOperand() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 29 class raw_ostream { 32 void operator=(const raw_ostream &); 33 raw_ostream(const raw_ostream &); 75 explicit raw_ostream(bool unbuffered=false) 81 virtual ~raw_ostream(); 133 raw_ostream &operator<<(char C) { 140 raw_ostream &operator<<(unsigned char C) { 147 raw_ostream &operator<<(signed char C) { 154 raw_ostream &operator<<(StringRef Str) { 167 raw_ostream &operator<<(const char *Str) { [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 44 class raw_ostream { 86 explicit raw_ostream(bool unbuffered = false) 92 raw_ostream(const raw_ostream &) = delete; 93 void operator=(const raw_ostream &) = delete; 95 virtual ~raw_ostream(); 145 raw_ostream &operator<<(char C) { 152 raw_ostream &operator<<(unsigned char C) { 159 raw_ostream &operator<<(signed char C) { 166 raw_ostream &operator<<(StringRef Str) { 181 raw_ostream &operator<<(const char *Str) { [all …]
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 38 class raw_ostream { 40 void operator=(const raw_ostream &) = delete; 41 raw_ostream(const raw_ostream &) = delete; 83 explicit raw_ostream(bool unbuffered = false) 89 virtual ~raw_ostream(); 139 raw_ostream &operator<<(char C) { 146 raw_ostream &operator<<(unsigned char C) { 153 raw_ostream &operator<<(signed char C) { 160 raw_ostream &operator<<(StringRef Str) { 175 raw_ostream &operator<<(const char *Str) { [all …]
|
/external/clang/include/clang/AST/ |
D | Mangle.h | 98 void mangleName(const NamedDecl *D, raw_ostream &); 99 virtual void mangleCXXName(const NamedDecl *D, raw_ostream &) = 0; 102 raw_ostream &) = 0; 105 raw_ostream &) = 0; 108 raw_ostream &) = 0; 109 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0; 110 virtual void mangleCXXRTTIName(QualType T, raw_ostream &) = 0; 112 raw_ostream &) = 0; 114 raw_ostream &) = 0; 115 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0; [all …]
|
/external/llvm/utils/TableGen/ |
D | TableGenBackends.h | 62 class raw_ostream; variable 65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false); 66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS); 67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS); 68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS); 69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS); 70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS); 71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); 73 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS); [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.h | 30 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot, 33 void printInstruction(MCInst const *MI, raw_ostream &O); 37 void printRegName(raw_ostream &O, unsigned RegNo) const override; 39 void printOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const; 40 void printExtOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const; 42 raw_ostream &O) const; 44 raw_ostream &O) const; 46 raw_ostream &O) const; 48 raw_ostream &O) const; 50 raw_ostream &O) const; [all …]
|
/external/llvm/lib/Target/Lanai/InstPrinter/ |
D | LanaiInstPrinter.h | 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 30 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O, 32 void printPredicateOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 33 void printMemRiOperand(const MCInst *MI, int OpNo, raw_ostream &O, 35 void printMemRrOperand(const MCInst *MI, int OpNo, raw_ostream &O, 37 void printMemSplsOperand(const MCInst *MI, int OpNo, raw_ostream &O, 39 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O); 40 void printAluOperand(const MCInst *MI, int OpNo, raw_ostream &O); 41 void printHi16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 34 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 41 void printInstruction(const MCInst *MI, raw_ostream &O); 45 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 47 raw_ostream &O, const char *Modifier); 50 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 51 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 52 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 53 void printS16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 54 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.h | 27 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 28 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot); 33 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 36 void printInstruction(const MCInst *MI, raw_ostream &OS); 40 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 41 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS); 42 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &OS); 43 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 45 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() 49 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() [all …]
|
D | X86IntelInstPrinter.h | 29 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 30 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot); 34 void printInstruction(const MCInst *MI, raw_ostream &O); 38 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 39 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O); 40 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &O); 41 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &O); 43 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() 48 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() 52 void printi16mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi16mem() [all …]
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 83 void printInstruction(const MCInst *MI, raw_ostream &O); 86 void printRegName(raw_ostream &OS, unsigned RegNo) const override; 87 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, 90 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 92 unsigned PrintMethodIdx, raw_ostream &O); 95 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 97 void printUImm(const MCInst *MI, int opNum, raw_ostream &O); 98 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O); 99 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O); 100 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O); [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 71 raw_ostream::~raw_ostream() { in ~raw_ostream() 82 void raw_ostream::handle() {} in handle() 84 size_t raw_ostream::preferred_buffer_size() const { in preferred_buffer_size() 89 void raw_ostream::SetBuffered() { in SetBuffered() 98 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode() 117 raw_ostream &raw_ostream::operator<<(unsigned long N) { in operator <<() 122 raw_ostream &raw_ostream::operator<<(long N) { in operator <<() 127 raw_ostream &raw_ostream::operator<<(unsigned long long N) { in operator <<() 132 raw_ostream &raw_ostream::operator<<(long long N) { in operator <<() 137 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.h | 30 void run(raw_ostream &OS); 32 void EmitPrefix(raw_ostream &OS); 35 raw_ostream &OS); 38 raw_ostream &OS); 40 raw_ostream &OS); 42 raw_ostream &OS); 44 raw_ostream &OS); 46 raw_ostream &OS); 48 raw_ostream &OS); 50 raw_ostream &OS); [all …]
|