Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Result

865   // use of the loaded value ended up being multiple operands of the result, in
1356 // Emit the code. Note that this could result in FuncInfo->MBB being split.
1651 // If our query node has a glue result with a use, we've walked up it. If
1713 // Loop over all of the nodes we matched that produced a chain result.
1740 // If the result produces glue, update any glue results in the matched
1741 // pattern with the glue result.
1752 "Doesn't have a glue result");
1788 ChainResult Result = CR_Simple;
1840 Result = CR_LeadsToInteriorNode;
1885 // ultimate chain result of the generated code. We will also add its chain
1887 Result = CR_LeadsToInteriorNode;
1893 return Result;
1906 // users of the chain result. This adds any TokenFactor nodes that are caught
1954 // normal results with one that has a normal result (or we could be
2117 /// fail, set Result=true and return anything. If the current predicate is
2118 /// known to pass, set Result=false and return the MatcherIndex to continue
2119 /// with. If the current predicate is unknown, set Result=false and return the
2123 bool &Result,
2128 Result = false;
2131 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2134 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2137 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2140 Result = !::CheckOpcode(Table, Index, N.getNode());
2143 Result = !::CheckType(Table, Index, N, SDISel.TLI);
2153 Result = !::CheckChildType(Table, Index, N, SDISel.TLI,
2157 Result = !::CheckCondCode(Table, Index, N);
2160 Result = !::CheckValueType(Table, Index, N, SDISel.TLI);
2163 Result = !::CheckInteger(Table, Index, N);
2166 Result = !::CheckAndImm(Table, Index, N, SDISel);
2169 Result = !::CheckOrImm(Table, Index, N, SDISel);
2266 // which ones they are. The result is captured into this list so that we can
2346 bool Result;
2348 Result, *this, RecordedNodes);
2349 if (!Result)
2716 // Get the result VT list.
2876 // Read and remember all the glue-result nodes.