Searched refs:RecordedNodes (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2352 const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) { in CheckSame() 2355 assert(RecNo < RecordedNodes.size() && "Invalid CheckSame"); in CheckSame() 2356 return N == RecordedNodes[RecNo].first; in CheckSame() 2363 const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes, in CheckChildSame() 2368 RecordedNodes); in CheckChildSame() 2484 SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) { in IsPredicateKnownToFail() 2490 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail() 2496 Result = !::CheckChildSame(Table, Index, N, RecordedNodes, in IsPredicateKnownToFail() 2577 SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes; member in __anonab064bb60211::MatchStateUpdater 2584 RecordedNodes(RN), MatchScopes(MS) { } in MatchStateUpdater() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | addr-mode-matcher.ll | 43 ; references in MatchScope and RecordedNodes stale.
|