Lines Matching defs:printImpl
23 printImpl(OS, Indent);
28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, indent(0)); }
112 // printImpl methods.
114 void ScopeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
124 void RecordMatcher::printImpl(raw_ostream &OS, indent Indent) const {
128 void RecordChildMatcher::printImpl(raw_ostream &OS, indent Indent) const {
132 void RecordMemRefMatcher::printImpl(raw_ostream &OS, indent Indent) const {
136 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, indent Indent) const {
140 void MoveChildMatcher::printImpl(raw_ostream &OS, indent Indent) const {
144 void MoveSiblingMatcher::printImpl(raw_ostream &OS, indent Indent) const {
148 void MoveParentMatcher::printImpl(raw_ostream &OS, indent Indent) const {
152 void CheckSameMatcher::printImpl(raw_ostream &OS, indent Indent) const {
156 void CheckChildSameMatcher::printImpl(raw_ostream &OS, indent Indent) const {
160 void CheckPatternPredicateMatcher::printImpl(raw_ostream &OS,
165 void CheckPredicateMatcher::printImpl(raw_ostream &OS, indent Indent) const {
169 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
173 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
182 void CheckTypeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
187 void SwitchTypeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
196 void CheckChildTypeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
201 void CheckIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const {
205 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const {
209 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
213 void CheckChild2CondCodeMatcher::printImpl(raw_ostream &OS,
218 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, indent Indent) const {
222 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, indent Indent) const {
226 void CheckAndImmMatcher::printImpl(raw_ostream &OS, indent Indent) const {
230 void CheckOrImmMatcher::printImpl(raw_ostream &OS, indent Indent) const {
234 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS,
239 void CheckImmAllOnesVMatcher::printImpl(raw_ostream &OS, indent Indent) const {
243 void CheckImmAllZerosVMatcher::printImpl(raw_ostream &OS, indent Indent) const {
247 void EmitIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const {
251 void EmitStringIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const {
256 void EmitRegisterMatcher::printImpl(raw_ostream &OS, indent Indent) const {
265 void EmitConvertToTargetMatcher::printImpl(raw_ostream &OS,
270 void EmitMergeInputChainsMatcher::printImpl(raw_ostream &OS,
275 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, indent Indent) const {
279 void EmitNodeXFormMatcher::printImpl(raw_ostream &OS, indent Indent) const {
284 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, indent Indent) const {
297 void CompleteMatchMatcher::printImpl(raw_ostream &OS, indent Indent) const {