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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2475 const SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) {
2478 assert(RecNo < RecordedNodes.size() && "Invalid CheckSame");
2479 return N == RecordedNodes[RecNo].first;
2486 const SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes,
2491 RecordedNodes);
2617 SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) {
2623 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2629 Result = !::CheckChildSame(Table, Index, N, RecordedNodes,
2716 /// (i.e. RecordedNodes and MatchScope) uptodate if the target is allowed to
2722 SmallVectorImpl<std::pair<SDValue, SDNode *>> &RecordedNodes; member in class:__anon3586::MatchStateUpdater
2473 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) argument
2613 IsPredicateKnownToFail(const unsigned char *Table, unsigned Index, SDValue N, bool &Result, const SelectionDAGISel &SDISel, SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) argument
2829 SmallVector<std::pair<SDValue, SDNode*>, 8> RecordedNodes; local
[all...]

Completed in 116 milliseconds