Lines Matching refs:getKind
112 KindTy getKind() const { return Kind; } in getKind() function
122 if (getKind() != M->getKind()) in isEqual()
131 switch (getKind()) { in isSimplePredicateNode()
158 return isSimplePredicateNode() || getKind() == RecordNode || in isSimplePredicateOrRecordNode()
159 getKind() == RecordChild; in isSimplePredicateOrRecordNode()
183 if (getKind() < Other->getKind()) in isContradictory()
234 static bool classof(const Matcher *N) { return N->getKind() == Scope; } in classof()
258 static bool classof(const Matcher *N) { return N->getKind() == RecordNode; } in classof()
289 static bool classof(const Matcher *N) { return N->getKind() == RecordChild; } in classof()
303 static bool classof(const Matcher *N) { return N->getKind() == RecordMemRef; } in classof()
317 return N->getKind() == CaptureGlueInput; in classof()
335 static bool classof(const Matcher *N) { return N->getKind() == MoveChild; } in classof()
355 static bool classof(const Matcher *N) { return N->getKind() == MoveSibling; } in classof()
370 static bool classof(const Matcher *N) { return N->getKind() == MoveParent; } in classof()
389 static bool classof(const Matcher *N) { return N->getKind() == CheckSame; } in classof()
413 return N->getKind() == CheckChildSame; in classof()
437 return N->getKind() == CheckPatternPredicate; in classof()
462 return N->getKind() == CheckPredicate; in classof()
483 static bool classof(const Matcher *N) { return N->getKind() == CheckOpcode; } in classof()
504 static bool classof(const Matcher *N) { return N->getKind() == SwitchOpcode; } in classof()
530 static bool classof(const Matcher *N) { return N->getKind() == CheckType; } in classof()
553 static bool classof(const Matcher *N) { return N->getKind() == SwitchType; } in classof()
580 return N->getKind() == CheckChildType; in classof()
602 static bool classof(const Matcher *N) { return N->getKind() == CheckInteger; } in classof()
626 return N->getKind() == CheckChildInteger; in classof()
650 return N->getKind() == CheckCondCode; in classof()
673 return N->getKind() == CheckChild2CondCode; in classof()
696 return N->getKind() == CheckValueType; in classof()
736 return N->getKind() == CheckComplexPat; in classof()
757 static bool classof(const Matcher *N) { return N->getKind() == CheckAndImm; } in classof()
776 static bool classof(const Matcher *N) { return N->getKind() == CheckOrImm; } in classof()
792 return N->getKind() == CheckImmAllOnesV; in classof()
808 return N->getKind() == CheckImmAllZerosV; in classof()
824 return N->getKind() == CheckFoldableChainNode; in classof()
844 static bool classof(const Matcher *N) { return N->getKind() == EmitInteger; } in classof()
868 return N->getKind() == EmitStringInteger; in classof()
893 static bool classof(const Matcher *N) { return N->getKind() == EmitRegister; } in classof()
916 return N->getKind() == EmitConvertToTarget; in classof()
945 return N->getKind() == EmitMergeInputChains; in classof()
970 return N->getKind() == EmitCopyToReg; in classof()
995 return N->getKind() == EmitNodeXForm; in classof()
1054 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo; in classof()
1080 static bool classof(const Matcher *N) { return N->getKind() == EmitNode; } in classof()
1100 static bool classof(const Matcher *N) { return N->getKind() == MorphNodeTo; } in classof()
1121 return N->getKind() == CompleteMatch; in classof()