Lines Matching refs:printImpl

25   printImpl(OS, indent);
31 printImpl(OS, 0);
106 // printImpl methods.
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
138 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
146 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
151 printImpl(raw_ostream &OS, unsigned indent) const {
155 void CheckPredicateMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
159 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
173 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
178 void SwitchTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
187 void CheckChildTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
193 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
197 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS,
202 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
206 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
210 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
214 void CheckAndImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
218 void CheckOrImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
222 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS,
227 void EmitIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
232 printImpl(raw_ostream &OS, unsigned indent) const {
236 void EmitRegisterMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
246 printImpl(raw_ostream &OS, unsigned indent) const {
251 printImpl(raw_ostream &OS, unsigned indent) const {
255 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
259 void EmitNodeXFormMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
265 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const {
278 void MarkGlueResultsMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
282 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const {