Home | History | Annotate | Download | only in TableGen

Lines Matching defs:printImpl

24   printImpl(OS, indent);
30 printImpl(OS, 0);
105 // printImpl methods.
107 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
117 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
121 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
125 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
129 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
133 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
137 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
141 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
145 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
150 printImpl(raw_ostream &OS, unsigned indent) const {
154 void CheckPredicateMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
158 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
162 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
172 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
177 void SwitchTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
186 void CheckChildTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
192 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
196 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS,
201 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
205 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
209 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
213 void CheckAndImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
217 void CheckOrImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
221 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS,
226 void EmitIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
232 printImpl(raw_ostream &OS, unsigned indent) const {
237 void EmitRegisterMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
247 printImpl(raw_ostream &OS, unsigned indent) const {
252 printImpl(raw_ostream &OS, unsigned indent) const {
256 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
260 void EmitNodeXFormMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
266 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const {
279 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const {