Lines Matching defs:OS

19 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; }  in expandTrue()
20 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse()
22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand()
34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand()
49 void PredicateExpander::expandCheckImmOperandSimple(raw_ostream &OS, in expandCheckImmOperandSimple()
62 void PredicateExpander::expandCheckImmOperandLT(raw_ostream &OS, int OpIndex, in expandCheckImmOperandLT()
74 void PredicateExpander::expandCheckImmOperandGT(raw_ostream &OS, int OpIndex, in expandCheckImmOperandGT()
86 void PredicateExpander::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand()
104 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple()
117 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand()
123 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand()
130 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands()
135 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode()
141 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode()
171 void PredicateExpander::expandCheckPseudo(raw_ostream &OS, in expandCheckPseudo()
179 void PredicateExpander::expandPredicateSequence(raw_ostream &OS, in expandPredicateSequence()
208 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall()
215 void PredicateExpander::expandCheckIsRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsRegOperand()
220 void PredicateExpander::expandCheckIsVRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsVRegOperand()
225 void PredicateExpander::expandCheckIsImmOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsImmOperand()
231 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII()
242 void PredicateExpander::expandCheckFunctionPredicate(raw_ostream &OS, in expandCheckFunctionPredicate()
249 void PredicateExpander::expandCheckNonPortable(raw_ostream &OS, in expandCheckNonPortable()
257 void PredicateExpander::expandReturnStatement(raw_ostream &OS, in expandReturnStatement()
268 void PredicateExpander::expandOpcodeSwitchCase(raw_ostream &OS, in expandOpcodeSwitchCase()
283 void PredicateExpander::expandOpcodeSwitchStatement(raw_ostream &OS, in expandOpcodeSwitchStatement()
310 void PredicateExpander::expandStatement(raw_ostream &OS, const Record *Rec) { in expandStatement()
326 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate()
435 void STIPredicateExpander::expandHeader(raw_ostream &OS, in expandHeader()
462 void STIPredicateExpander::expandPrologue(raw_ostream &OS, in expandPrologue()
489 void STIPredicateExpander::expandOpcodeGroup(raw_ostream &OS, in expandOpcodeGroup()
529 void STIPredicateExpander::expandBody(raw_ostream &OS, in expandBody()
562 void STIPredicateExpander::expandEpilogue(raw_ostream &OS, in expandEpilogue()
576 void STIPredicateExpander::expandSTIPredicate(raw_ostream &OS, in expandSTIPredicate()