HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 226 - 250 of 836) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 39 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
74 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
83 raw_ostream &O) {
96 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
146 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
220 raw_ostream &O, const char *Modifier) {
268 raw_ostream &O, const char *Modifier) {
284 raw_ostream &O, const char *Modifier) {
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 26 #include "llvm/Support/raw_ostream.h"
44 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
54 void EmitByte(unsigned int byte, raw_ostream &OS) const;
56 void Emit(uint32_t value, raw_ostream &OS) const;
57 void Emit(uint64_t value, raw_ostream &OS) const;
89 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
146 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const {
150 void R600MCCodeEmitter::Emit(uint32_t Value, raw_ostream &OS) const {
156 void R600MCCodeEmitter::Emit(uint64_t Value, raw_ostream &OS) const {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.h 88 void PrintImpl(raw_ostream &OS) const override;
105 static bool printVariantKind(raw_ostream &OS, VariantKind Kind);
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) {
CallingConvEmitter.cpp 28 void run(raw_ostream &o);
31 void EmitCallingConv(Record *CC, raw_ostream &O);
32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
37 void CallingConvEmitter::run(raw_ostream &O) {
58 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) {
79 unsigned Indent, raw_ostream &O) {
259 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) {
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 15 #include <mcld/Support/raw_ostream.h>
18 #include <llvm/Support/raw_ostream.h>
  /frameworks/compile/slang/
slang_backend.h 54 llvm::raw_ostream *mpOS;
106 llvm::raw_ostream *OS,
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionStrTab.hxx 21 #include "utils/raw_ostream.h"
24 #include <llvm/Support/raw_ostream.h>
56 out().changeColor(raw_ostream::WHITE, true);
  /frameworks/rs/cpu_ref/linkloader/utils/
helper.cpp 18 #include "raw_ostream.h"
39 out().changeColor(raw_ostream::MAGENTA);
48 out().changeColor(raw_ostream::MAGENTA);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 26 class raw_ostream;
101 void print(raw_ostream &O);
193 void print(raw_ostream &O, unsigned IndentCount = 0) const;
240 virtual void print(raw_ostream &O) const = 0;
290 void print(raw_ostream &O) const override;
319 void print(raw_ostream &O) const override;
348 void print(raw_ostream &O) const override;
375 void print(raw_ostream &O) const override;
405 void print(raw_ostream &O) const override;
440 void print(raw_ostream &O) const override
    [all...]
  /external/clang/lib/Driver/
Job.cpp 19 #include "llvm/Support/raw_ostream.h"
22 using llvm::raw_ostream;
78 static void PrintArg(raw_ostream &OS, const char *Arg, bool Quote) {
96 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
141 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator,
181 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote,
  /external/llvm/include/llvm/Support/
Timer.h 25 class raw_ostream;
69 void print(const TimeRecord &Total, raw_ostream &OS) const;
176 void print(raw_ostream &OS);
179 static void printAll(raw_ostream &OS);
185 void PrintQueuedTimers(raw_ostream &OS);
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 145 void BlockFrequencyInfo::print(raw_ostream &O, const Module *) const {
169 raw_ostream &BlockFrequencyInfo::
170 printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const {
174 raw_ostream &
175 BlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 34 class raw_ostream;
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 26 #include "llvm/Support/raw_ostream.h"
42 raw_ostream &Out) {
112 void MangleContext::mangleName(const NamedDecl *D, raw_ostream &Out) {
174 raw_ostream &Out) {
191 raw_ostream &ResStream) {
201 raw_ostream &ResStream) {
210 raw_ostream &Out) {
235 raw_ostream &Out) {
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 134 llvm::raw_ostream &OS) {
154 llvm::raw_ostream &OS) {
161 llvm::raw_ostream &OS) {
168 const Twine Prefix, llvm::raw_ostream &OS) {
175 llvm::raw_ostream &OS) {
187 void Diagnostics::printToStream(llvm::raw_ostream &OS) const {
201 void Diagnostics::printToStreamFull(llvm::raw_ostream &OS) const {
  /external/llvm/include/llvm/ADT/
Twine.h 23 class raw_ostream;
247 void printOneChild(raw_ostream &OS, Child Ptr, NodeKind Kind) const;
250 void printOneChildRepr(raw_ostream &OS, Child Ptr,
456 void print(raw_ostream &OS) const;
462 void printRepr(raw_ostream &OS) const;
520 inline raw_ostream &operator<<(raw_ostream &OS, const Twine &RHS) {
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 123 void print(raw_ostream &O) const override;
124 void print(raw_ostream *O) const { if (O) print(*O); }
128 inline raw_ostream &operator<<(raw_ostream &O, const ARMConstantPoolValue &V) {
176 void print(raw_ostream &O) const override;
210 void print(raw_ostream &O) const override;
246 void print(raw_ostream &O) const override;
  /external/llvm/lib/Support/
Timer.cpp 24 #include "llvm/Support/raw_ostream.h"
28 namespace llvm { extern raw_ostream *CreateInfoOutputFile(); }
58 raw_ostream *llvm::CreateInfoOutputFile() {
70 raw_ostream *Result = new raw_fd_ostream(
168 static void printVal(double Val, double Total, raw_ostream &OS) {
175 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const {
298 raw_ostream *OutStream = CreateInfoOutputFile();
314 void TimerGroup::PrintQueuedTimers(raw_ostream &OS) {
364 void TimerGroup::print(raw_ostream &OS) {
384 void TimerGroup::printAll(raw_ostream &OS)
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 23 #include "llvm/Support/raw_ostream.h"
50 void AArch64InstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
55 void AArch64InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
616 void AArch64AppleInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 43 #include "llvm/Support/raw_ostream.h"
66 void printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O,
68 void printInlineJT32(const MachineInstr *MI, int opNum, raw_ostream &O) {
71 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
74 raw_ostream &O) override;
77 raw_ostream &O) override;
195 printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O,
212 raw_ostream &O) {
244 raw_ostream &O) {
258 raw_ostream &O)
    [all...]
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 15 #include "llvm/Support/raw_ostream.h"
21 raw_ostream *OutputFile;
31 raw_ostream *OutputFile_, bool OwnsOutputFile_,
52 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 33 class raw_ostream;
108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
147 void Print(Function &F, raw_ostream &OS) const;
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 37 class raw_ostream;
500 void print(raw_ostream &OS) const;
521 inline raw_ostream &operator<<(raw_ostream &OS, const LiveRange &LR) {
558 void print(raw_ostream &OS) const;
566 inline raw_ostream &operator<<(raw_ostream &OS, const LiveInterval &LI) {
571 raw_ostream &operator<<(raw_ostream &OS, const LiveRange::Segment &S);
632 void print(raw_ostream&) const
    [all...]
MachineMemOperand.h 28 class raw_ostream;
202 raw_ostream &operator<<(raw_ostream &OS, const MachineMemOperand &MRO);

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>