Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2814 const SmallVectorImpl<std::pair<SDValue, SDNode *>> &RecordedNodes) { in CheckSame() argument
2817 assert(RecNo < RecordedNodes.size() && "Invalid CheckSame"); in CheckSame()
2818 return N == RecordedNodes[RecNo].first; in CheckSame()
2824 const SmallVectorImpl<std::pair<SDValue, SDNode *>> &RecordedNodes, in CheckChildSame() argument
2829 RecordedNodes); in CheckChildSame()
2980 SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) { in IsPredicateKnownToFail() argument
2987 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail()
2993 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail()
3148 SmallVectorImpl<std::pair<SDValue, SDNode *>> &RecordedNodes; member in __anoncb0c1b940511::MatchStateUpdater
3156 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
[all …]