Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h601 struct TreePredicateCall { struct
608 TreePredicateCall(const TreePredicateFn &Fn, unsigned Scope) in TreePredicateCall() function
611 bool operator==(const TreePredicateCall &o) const {
614 bool operator!=(const TreePredicateCall &o) const {
644 std::vector<TreePredicateCall> PredicateCalls;
734 const std::vector<TreePredicateCall> &getPredicateCalls() const { in getPredicateCalls()
738 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()
742 void addPredicateCall(const TreePredicateCall &Call) { in addPredicateCall()
749 addPredicateCall(TreePredicateCall(Fn, Scope)); in addPredicateCall()
H A DDAGISelMatcherGen.cpp516 const TreePredicateCall &Pred = N->getPredicateCalls()[i]; in EmitMatchCode()
H A DGlobalISelEmitter.cpp203 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in explainPredicates()
288 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in isTrivialOperatorNode()
3123 for (const TreePredicateCall &Call : N->getPredicateCalls()) { in getEquivNode()
3193 for (const TreePredicateCall &Call : Src->getPredicateCalls()) { in createAndImportSelDAGMatcher()
H A DCodeGenDAGPatterns.cpp1773 for (const TreePredicateCall &Pred : PredicateCalls) { in print()
2012 for (const TreePredicateCall &Pred : getPredicateCalls()) in InlinePatternFragments()