Lines Matching refs:PredicateExpander

18 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; }  in expandTrue()
19 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse()
21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand()
33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand()
48 void PredicateExpander::expandCheckImmOperandSimple(raw_ostream &OS, in expandCheckImmOperandSimple()
61 void PredicateExpander::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand()
80 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple()
93 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand()
99 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand()
106 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands()
111 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode()
117 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode()
147 void PredicateExpander::expandCheckPseudo(raw_ostream &OS, in expandCheckPseudo()
155 void PredicateExpander::expandPredicateSequence(raw_ostream &OS, in expandPredicateSequence()
184 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall()
191 void PredicateExpander::expandCheckIsRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsRegOperand()
196 void PredicateExpander::expandCheckIsImmOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsImmOperand()
201 void PredicateExpander::expandCheckFunctionPredicateWithTII( in expandCheckFunctionPredicateWithTII()
213 void PredicateExpander::expandCheckFunctionPredicate(raw_ostream &OS, in expandCheckFunctionPredicate()
220 void PredicateExpander::expandCheckNonPortable(raw_ostream &OS, in expandCheckNonPortable()
228 void PredicateExpander::expandReturnStatement(raw_ostream &OS, in expandReturnStatement()
240 void PredicateExpander::expandOpcodeSwitchCase(raw_ostream &OS, in expandOpcodeSwitchCase()
255 void PredicateExpander::expandOpcodeSwitchStatement(raw_ostream &OS, in expandOpcodeSwitchStatement()
283 void PredicateExpander::expandStatement(raw_ostream &OS, const Record *Rec) { in expandStatement()
299 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate()