| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/ |
| D | ARMInstPrinter.h | 29 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 33 void printInstruction(const MCInst *MI, raw_ostream &O); 37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 39 void printSORegRegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 40 void printSORegImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 42 void printAddrModeTBB(const MCInst *MI, unsigned OpNum, raw_ostream &O); 43 void printAddrModeTBH(const MCInst *MI, unsigned OpNum, raw_ostream &O); 44 void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 45 void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream &O); [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/ |
| D | TableGenBackends.h | 19 class raw_ostream; variable 23 using llvm::raw_ostream; 28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS); 29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, 32 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 33 void EmitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS); 34 void EmitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS); 35 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); 36 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); 37 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); [all …]
|
| D | ClangAttrEmitter.cpp | 121 virtual void writeAccessors(raw_ostream &OS) const = 0; 122 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeAccessorDefinitions() 123 virtual void writeCloneArgs(raw_ostream &OS) const = 0; 124 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0; 125 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeTemplateInstantiation() 126 virtual void writeCtorBody(raw_ostream &OS) const {} in writeCtorBody() 127 virtual void writeCtorInitializers(raw_ostream &OS) const = 0; 128 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0; 129 virtual void writeCtorParameters(raw_ostream &OS) const = 0; 130 virtual void writeDeclarations(raw_ostream &OS) const = 0; [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/ |
| D | AArch64InstPrinter.h | 32 void printInstruction(const MCInst *MI, raw_ostream &O); 33 bool printAliasInstr(const MCInst *MI, raw_ostream &O); 37 void printRegName(raw_ostream &O, unsigned RegNum) const; 41 raw_ostream &O) { in printAddrRegExtendOperand() 47 raw_ostream &O, unsigned MemSize, 51 unsigned OpNum, raw_ostream &O); 53 unsigned OpNum, raw_ostream &O); 55 void printBareImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 58 void printBFILSBOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 59 void printBFIWidthOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); [all …]
|
| D | AArch64InstPrinter.cpp | 48 void AArch64InstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 54 unsigned OpNum, raw_ostream &O) { in printOffsetSImm9Operand() 63 raw_ostream &O, unsigned MemSize, in printAddrRegExtendOperand() 93 unsigned OpNum, raw_ostream &O) { in printAddSubImmLSL0Operand() 108 raw_ostream &O) { in printAddSubImmLSL12Operand() 117 raw_ostream &O) { in printBareImmOperand() 124 raw_ostream &O) { in printBFILSBOperand() 132 raw_ostream &O) { in printBFIWidthOperand() 141 raw_ostream &O) { in printBFXWidthOperand() 155 raw_ostream &O) { in printCRxOperand() [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | raw_ostream.h | 31 class raw_ostream { 33 void operator=(const raw_ostream &) LLVM_DELETED_FUNCTION; 34 raw_ostream(const raw_ostream &) LLVM_DELETED_FUNCTION; 76 explicit raw_ostream(bool unbuffered=false) 82 virtual ~raw_ostream(); 134 raw_ostream &operator<<(char C) { 141 raw_ostream &operator<<(unsigned char C) { 148 raw_ostream &operator<<(signed char C) { 155 raw_ostream &operator<<(StringRef Str) { 168 raw_ostream &operator<<(const char *Str) { [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/ |
| D | AMDGPUInstPrinter.h | 29 void printInstruction(const MCInst *MI, raw_ostream &O); 32 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 35 void printRegOperand(unsigned RegNo, raw_ostream &O); 36 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 37 void printInterpSlot(const MCInst *MI, unsigned OpNum, raw_ostream &O); 38 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 39 void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O, 41 void printAbs(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printClamp(const MCInst *MI, unsigned OpNo, raw_ostream &O); 43 void printLiteral(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
| D | AMDGPUInstPrinter.cpp | 18 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 26 void AMDGPUInstPrinter::printRegOperand(unsigned reg, raw_ostream &O) { in printRegOperand() 84 raw_ostream &O) { in printOperand() 110 raw_ostream &O) { in printInterpSlot() 125 raw_ostream &O) { in printMemOperand() 132 raw_ostream &O, StringRef Asm, in printIfSet() 144 raw_ostream &O) { in printAbs() 149 raw_ostream &O) { in printClamp() 154 raw_ostream &O) { in printLiteral() 165 raw_ostream &O) { in printLast() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/ |
| D | X86ATTInstPrinter.h | 29 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 30 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot); 34 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 37 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 printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS); 44 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 45 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS); [all …]
|
| D | X86IntelInstPrinter.h | 30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot); 34 void printInstruction(const MCInst *MI, raw_ostream &O); 37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 38 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O); 39 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &O); 40 void printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &O); 41 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O); 44 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/ |
| D | SystemZInstPrinter.h | 30 void printInstruction(const MCInst *MI, raw_ostream &O); 35 raw_ostream &O); 38 static void printOperand(const MCOperand &MO, raw_ostream &O); 41 virtual void printRegName(raw_ostream &O, unsigned RegNo) const 43 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) 48 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O); 49 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 50 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 51 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 52 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); [all …]
|
| D | SystemZInstPrinter.cpp | 22 unsigned Index, raw_ostream &O) { in printAddress() 33 void SystemZInstPrinter::printOperand(const MCOperand &MO, raw_ostream &O) { in printOperand() 44 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 50 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() 55 raw_ostream &O) { in printU4ImmOperand() 62 raw_ostream &O) { in printU6ImmOperand() 69 raw_ostream &O) { in printS8ImmOperand() 76 raw_ostream &O) { in printU8ImmOperand() 83 raw_ostream &O) { in printS16ImmOperand() 90 raw_ostream &O) { in printU16ImmOperand() [all …]
|
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | TableGenBackends.h | 60 class raw_ostream; variable 63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false); 64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS); 65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS); 66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS); 67 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS); 68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS); 69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 70 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); 71 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS); [all …]
|
| D | DAGISelMatcher.cpp | 24 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 30 void Matcher::printOne(raw_ostream &OS) const { in printOne() 99 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 109 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 113 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 117 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 121 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() 125 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 129 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 133 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
| D | X86DisassemblerTables.h | 89 void emitModRMDecision(raw_ostream &o1, raw_ostream &o2, 117 void emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2, 152 void emitContextDecision(raw_ostream &o1, raw_ostream &o2, 185 void emitInstructionInfo(raw_ostream &o, unsigned &i) const; 201 void emitContextTable(raw_ostream &o, uint32_t &i) const; 212 void emitContextDecisions(raw_ostream &o1, raw_ostream &o2, 236 void emit(raw_ostream &o) const;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/InstPrinter/ |
| D | HexagonInstPrinter.h | 30 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 31 void printInst(const HexagonMCInst *MI, raw_ostream &O, StringRef Annot); 33 void printInstruction(const MCInst *MI, raw_ostream &O); 37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const; 38 void printImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const; 39 void printExtOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const; 41 raw_ostream &O) const; 42 void printNegImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) 44 void printNOneImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) 46 void printMEMriOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) [all …]
|
| D | HexagonInstPrinter.cpp | 40 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 45 void HexagonInstPrinter::printInst(const HexagonMCInst *MI, raw_ostream &O, in printInst() 89 raw_ostream &O) const { in printOperand() 104 raw_ostream &O) const { in printImmOperand() 117 raw_ostream &O) const { in printExtOperand() 125 unsigned OpNo, raw_ostream &O) const { in printUnsignedImmOperand() 130 raw_ostream &O) const { in printNegImmOperand() 135 raw_ostream &O) const { in printNOneImmOperand() 140 raw_ostream &O) const { in printMEMriOperand() 149 raw_ostream &O) const { in printFrameIndexOperand() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Mangle.h | 115 void mangleName(const NamedDecl *D, raw_ostream &); 116 virtual void mangleCXXName(const NamedDecl *D, raw_ostream &) = 0; 119 raw_ostream &) = 0; 122 raw_ostream &) = 0; 124 raw_ostream &) = 0; 125 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0; 126 virtual void mangleCXXRTTIName(QualType T, raw_ostream &) = 0; 128 raw_ostream &) = 0; 130 raw_ostream &) = 0; 134 raw_ostream &Out); [all …]
|
| /freebsd-10-stable/contrib/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); 38 void printInstruction(const MCInst *MI, raw_ostream &O); 42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 44 raw_ostream &O, const char *Modifier = 0); 47 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 48 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 49 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 50 void printS16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 51 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonAsmPrinter.h | 43 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O); 46 raw_ostream &OS); 49 raw_ostream &OS); 55 void printInstruction(const MachineInstr *MI, raw_ostream &O); 58 void printOp(const MachineOperand &MO, raw_ostream &O); 63 raw_ostream &O) { in printRegister() 70 raw_ostream &O) { in printImmOperand() 76 raw_ostream &O) { in printNegImmOperand() 82 raw_ostream &O) { in printMEMriOperand() 92 raw_ostream &O) { in printFrameIndexOperand() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | TypePrinter.cpp | 91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS, 93 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder); 96 void spaceBeforePlaceHolder(raw_ostream &OS); 97 void printTypeSpec(const NamedDecl *D, raw_ostream &OS); 99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 100 void printBefore(QualType T, raw_ostream &OS); 101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS); 102 void printAfter(QualType T, raw_ostream &OS); 103 void AppendScope(DeclContext *DC, raw_ostream &OS); 104 void printTag(TagDecl *T, raw_ostream &OS); [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | raw_ostream.cpp | 61 raw_ostream::~raw_ostream() { in ~raw_ostream() 72 void raw_ostream::handle() {} in handle() 74 size_t raw_ostream::preferred_buffer_size() const { in preferred_buffer_size() 79 void raw_ostream::SetBuffered() { in SetBuffered() 88 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode() 107 raw_ostream &raw_ostream::operator<<(unsigned long N) { in operator <<() 123 raw_ostream &raw_ostream::operator<<(long N) { in operator <<() 133 raw_ostream &raw_ostream::operator<<(unsigned long long N) { in operator <<() 149 raw_ostream &raw_ostream::operator<<(long long N) { in operator <<() 159 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.h | 98 raw_ostream &O; 102 AggBuffer(unsigned _size, raw_ostream &_O, NVPTXAsmPrinter &_AP) in AggBuffer() 203 raw_ostream &O); 204 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O, 206 void printImplicitDef(const MachineInstr *MI, raw_ostream &O) const; 208 void printInstruction(const MachineInstr *MI, raw_ostream &O); 209 void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O, 211 void printParamName(int paramIndex, raw_ostream &O); 213 raw_ostream &O); 215 void emitHeader(Module &M, raw_ostream &O); [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/ |
| D | MipsInstPrinter.h | 85 void printInstruction(const MCInst *MI, raw_ostream &O); 88 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 91 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 94 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 95 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O); 96 void printUnsignedImm8(const MCInst *MI, int opNum, raw_ostream &O); 97 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O); 98 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O); 99 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O); [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsAsmPrinter.h | 30 class raw_ostream; variable 82 void printSavedRegsBitmask(raw_ostream &O); 83 void printHex32(unsigned int Value, raw_ostream &O); 93 raw_ostream &O); 96 raw_ostream &O); 97 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O); 98 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O); 99 void printUnsignedImm8(const MachineInstr *MI, int opNum, raw_ostream &O); 100 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O); 101 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O); [all …]
|