Searched refs:RecordedNodes (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2332 const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) { in CheckSame() 2335 assert(RecNo < RecordedNodes.size() && "Invalid CheckSame"); in CheckSame() 2336 return N == RecordedNodes[RecNo].first; in CheckSame() 2343 const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes, in CheckChildSame() 2348 RecordedNodes); in CheckChildSame() 2466 SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) { in IsPredicateKnownToFail() 2472 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail() 2478 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 2561 SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes; member in __anonab064bb60211::MatchStateUpdater 2568 RecordedNodes(RN), MatchScopes(MS) { } in MatchStateUpdater() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | addr-mode-matcher.ll | 43 ; references in MatchScope and RecordedNodes stale.
|