Home | History | Annotate | Download | only in TableGen

Lines Matching defs:printImpl

23   printImpl(OS, indent);
29 printImpl(OS, 0);
95 // printImpl methods.
97 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
107 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
111 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
115 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
119 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
123 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
127 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
131 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
136 printImpl(raw_ostream &OS, unsigned indent) const {
140 void CheckPredicateMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
144 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
148 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
158 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
163 void SwitchTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
172 void CheckChildTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
178 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
182 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
186 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
190 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
194 void CheckAndImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
198 void CheckOrImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
202 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS,
207 void EmitIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
212 printImpl(raw_ostream &OS, unsigned indent) const {
216 void EmitRegisterMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
226 printImpl(raw_ostream &OS, unsigned indent) const {
231 printImpl(raw_ostream &OS, unsigned indent) const {
235 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
239 void EmitNodeXFormMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
245 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const {
258 void MarkGlueResultsMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
262 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const {