Lines Matching refs:PredicateExpander

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::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand()
81 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple()
94 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand()
100 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand()
107 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands()
112 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode()
118 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode()
148 void PredicateExpander::expandCheckPseudo(raw_ostream &OS, in expandCheckPseudo()
156 void PredicateExpander::expandPredicateSequence(raw_ostream &OS, in expandPredicateSequence()
185 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall()
192 void PredicateExpander::expandCheckIsRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsRegOperand()
197 void PredicateExpander::expandCheckIsImmOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsImmOperand()
202 void PredicateExpander::expandCheckFunctionPredicate(raw_ostream &OS, in expandCheckFunctionPredicate()
209 void PredicateExpander::expandCheckNonPortable(raw_ostream &OS, in expandCheckNonPortable()
217 void PredicateExpander::expandReturnStatement(raw_ostream &OS, in expandReturnStatement()
229 void PredicateExpander::expandOpcodeSwitchCase(raw_ostream &OS, in expandOpcodeSwitchCase()
244 void PredicateExpander::expandOpcodeSwitchStatement(raw_ostream &OS, in expandOpcodeSwitchStatement()
272 void PredicateExpander::expandStatement(raw_ostream &OS, const Record *Rec) { in expandStatement()
288 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate()