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::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()
105 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple()
118 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand()
124 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand()
131 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands()
136 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode()
142 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode()
172 void PredicateExpander::expandCheckPseudo(raw_ostream &OS, in expandCheckPseudo()
180 void PredicateExpander::expandPredicateSequence(raw_ostream &OS, in expandPredicateSequence()
209 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall()
216 void PredicateExpander::expandCheckIsRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsRegOperand()
221 void PredicateExpander::expandCheckIsVRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsVRegOperand()
226 void PredicateExpander::expandCheckIsImmOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsImmOperand()
231 void PredicateExpander::expandCheckFunctionPredicateWithTII( in expandCheckFunctionPredicateWithTII()
243 void PredicateExpander::expandCheckFunctionPredicate(raw_ostream &OS, in expandCheckFunctionPredicate()
250 void PredicateExpander::expandCheckNonPortable(raw_ostream &OS, in expandCheckNonPortable()
258 void PredicateExpander::expandReturnStatement(raw_ostream &OS, in expandReturnStatement()
269 void PredicateExpander::expandOpcodeSwitchCase(raw_ostream &OS, in expandOpcodeSwitchCase()
284 void PredicateExpander::expandOpcodeSwitchStatement(raw_ostream &OS, in expandOpcodeSwitchStatement()
311 void PredicateExpander::expandStatement(raw_ostream &OS, const Record *Rec) { in expandStatement()
327 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate()