Lines Matching refs:OS
24 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() argument
25 printImpl(OS, indent); in print()
27 return Next->print(OS, indent); in print()
30 void Matcher::printOne(raw_ostream &OS) const { in printOne()
31 printImpl(OS, 0); in printOne()
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
109 OS.indent(indent) << "Scope\n"; in printImpl()
112 OS.indent(indent+1) << "NULL POINTER\n"; in printImpl()
114 getChild(i)->print(OS, indent+2); in printImpl()
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
119 OS.indent(indent) << "Record\n"; in printImpl()
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
123 OS.indent(indent) << "RecordChild: " << ChildNo << '\n'; in printImpl()
126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
127 OS.indent(indent) << "RecordMemRef\n"; in printImpl()
130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() argument
131 OS.indent(indent) << "CaptureGlueInput\n"; in printImpl()
134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
135 OS.indent(indent) << "MoveChild " << ChildNo << '\n'; in printImpl()
138 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
139 OS.indent(indent) << "MoveParent\n"; in printImpl()
142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
143 OS.indent(indent) << "CheckSame " << MatchNumber << '\n'; in printImpl()
146 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
147 OS.indent(indent) << "CheckChild" << ChildNo << "Same\n"; in printImpl()
151 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
152 OS.indent(indent) << "CheckPatternPredicate " << Predicate << '\n'; in printImpl()
155 void CheckPredicateMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
156 OS.indent(indent) << "CheckPredicate " << getPredicate().getFnName() << '\n'; in printImpl()
159 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
160 OS.indent(indent) << "CheckOpcode " << Opcode.getEnumName() << '\n'; in printImpl()
163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
164 OS.indent(indent) << "SwitchOpcode: {\n"; in printImpl()
166 OS.indent(indent) << "case " << Cases[i].first->getEnumName() << ":\n"; in printImpl()
167 Cases[i].second->print(OS, indent+2); in printImpl()
169 OS.indent(indent) << "}\n"; in printImpl()
173 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
174 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo=" in printImpl()
178 void SwitchTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
179 OS.indent(indent) << "SwitchType: {\n"; in printImpl()
181 OS.indent(indent) << "case " << getEnumName(Cases[i].first) << ":\n"; in printImpl()
182 Cases[i].second->print(OS, indent+2); in printImpl()
184 OS.indent(indent) << "}\n"; in printImpl()
187 void CheckChildTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
188 OS.indent(indent) << "CheckChildType " << ChildNo << " " in printImpl()
193 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
194 OS.indent(indent) << "CheckInteger " << Value << '\n'; in printImpl()
197 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl() argument
199 OS.indent(indent) << "CheckChildInteger " << ChildNo << " " << Value << '\n'; in printImpl()
202 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
203 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
206 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
207 OS.indent(indent) << "CheckValueType MVT::" << TypeName << '\n'; in printImpl()
210 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
211 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()
214 void CheckAndImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
215 OS.indent(indent) << "CheckAndImm " << Value << '\n'; in printImpl()
218 void CheckOrImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
219 OS.indent(indent) << "CheckOrImm " << Value << '\n'; in printImpl()
222 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS, in printImpl() argument
224 OS.indent(indent) << "CheckFoldableChainNode\n"; in printImpl()
227 void EmitIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
228 OS.indent(indent) << "EmitInteger " << Val << " VT=" << VT << '\n'; in printImpl()
232 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
233 OS.indent(indent) << "EmitStringInteger " << Val << " VT=" << VT << '\n'; in printImpl()
236 void EmitRegisterMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
237 OS.indent(indent) << "EmitRegister "; in printImpl()
239 OS << Reg->getName(); in printImpl()
241 OS << "zero_reg"; in printImpl()
242 OS << " VT=" << VT << '\n'; in printImpl()
246 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
247 OS.indent(indent) << "EmitConvertToTarget " << Slot << '\n'; in printImpl()
251 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
252 OS.indent(indent) << "EmitMergeInputChains <todo: args>\n"; in printImpl()
255 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
256 OS.indent(indent) << "EmitCopyToReg <todo: args>\n"; in printImpl()
259 void EmitNodeXFormMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
260 OS.indent(indent) << "EmitNodeXForm " << NodeXForm->getName() in printImpl()
265 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
266 OS.indent(indent); in printImpl()
267 OS << (isa<MorphNodeToMatcher>(this) ? "MorphNodeTo: " : "EmitNode: ") in printImpl()
271 OS << ' ' << getEnumName(VTs[i]); in printImpl()
272 OS << '('; in printImpl()
274 OS << Operands[i] << ' '; in printImpl()
275 OS << ")\n"; in printImpl()
278 void MarkGlueResultsMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
279 OS.indent(indent) << "MarkGlueResults <todo: args>\n"; in printImpl()
282 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() argument
283 OS.indent(indent) << "CompleteMatch <todo args>\n"; in printImpl()
284 OS.indent(indent) << "Src = " << *Pattern.getSrcPattern() << "\n"; in printImpl()
285 OS.indent(indent) << "Dst = " << *Pattern.getDstPattern() << "\n"; in printImpl()