Lines Matching refs:raw_ostream

24 class raw_ostream;  variable
56 void expandTrue(raw_ostream &OS);
57 void expandFalse(raw_ostream &OS);
58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal,
60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
62 void expandCheckImmOperandSimple(raw_ostream &OS, int OpIndex,
64 void expandCheckImmOperandLT(raw_ostream &OS, int OpIndex, int ImmVal,
66 void expandCheckImmOperandGT(raw_ostream &OS, int OpIndex, int ImmVal,
68 void expandCheckRegOperand(raw_ostream &OS, int OpIndex, const Record *Reg,
70 void expandCheckRegOperandSimple(raw_ostream &OS, int OpIndex,
72 void expandCheckSameRegOperand(raw_ostream &OS, int First, int Second);
73 void expandCheckNumOperands(raw_ostream &OS, int NumOps);
74 void expandCheckOpcode(raw_ostream &OS, const Record *Inst);
76 void expandCheckPseudo(raw_ostream &OS, const RecVec &Opcodes);
77 void expandCheckOpcode(raw_ostream &OS, const RecVec &Opcodes);
78 void expandPredicateSequence(raw_ostream &OS, const RecVec &Sequence,
80 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
81 void expandCheckIsRegOperand(raw_ostream &OS, int OpIndex);
82 void expandCheckIsVRegOperand(raw_ostream &OS, int OpIndex);
83 void expandCheckIsImmOperand(raw_ostream &OS, int OpIndex);
84 void expandCheckInvalidRegOperand(raw_ostream &OS, int OpIndex);
85 void expandCheckFunctionPredicate(raw_ostream &OS, StringRef MCInstFn,
87 void expandCheckFunctionPredicateWithTII(raw_ostream &OS, StringRef MCInstFn,
90 void expandCheckNonPortable(raw_ostream &OS, StringRef CodeBlock);
91 void expandPredicate(raw_ostream &OS, const Record *Rec);
92 void expandReturnStatement(raw_ostream &OS, const Record *Rec);
93 void expandOpcodeSwitchCase(raw_ostream &OS, const Record *Rec);
94 void expandOpcodeSwitchStatement(raw_ostream &OS, const RecVec &Cases,
96 void expandStatement(raw_ostream &OS, const Record *Rec);
110 void expandHeader(raw_ostream &OS, const STIPredicateFunction &Fn);
111 void expandPrologue(raw_ostream &OS, const STIPredicateFunction &Fn);
112 void expandOpcodeGroup(raw_ostream &OS, const OpcodeGroup &Group,
114 void expandBody(raw_ostream &OS, const STIPredicateFunction &Fn);
115 void expandEpilogue(raw_ostream &OS, const STIPredicateFunction &Fn);
126 void expandSTIPredicate(raw_ostream &OS, const STIPredicateFunction &Fn);