Home
last modified time | relevance | path

Searched refs:TreePredicateCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h610 struct TreePredicateCall { struct
617 TreePredicateCall(const TreePredicateFn &Fn, unsigned Scope) in TreePredicateCall() function
620 bool operator==(const TreePredicateCall &o) const {
623 bool operator!=(const TreePredicateCall &o) const {
650 std::vector<TreePredicateCall> PredicateCalls;
755 const std::vector<TreePredicateCall> &getPredicateCalls() const { in getPredicateCalls()
759 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()
763 void addPredicateCall(const TreePredicateCall &Call) { in addPredicateCall()
770 addPredicateCall(TreePredicateCall(Fn, Scope)); in addPredicateCall()
H A DGlobalISelEmitter.cpp96 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in explainPredicates()
202 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in isTrivialOperatorNode()
513 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in getEquivNode()
748 for (const TreePredicateCall &Call : Src->getPredicateCalls()) { in createAndImportSelDAGMatcher()
981 for (const TreePredicateCall &Call : SrcChild->getPredicateCalls()) { in importChildMatcher()
H A DDAGISelMatcherGen.cpp533 const TreePredicateCall &Pred = N->getPredicateCalls()[i]; in EmitMatchCode()
H A DCodeGenDAGPatterns.cpp1952 for (const TreePredicateCall &Pred : PredicateCalls) { in print()
2205 for (const TreePredicateCall &Pred : getPredicateCalls()) in InlinePatternFragments()