Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Results

1035     // FIXME: Should allow access to all the results here.
1265 assert(ResNo == 0 && "FIXME: PatFrag with multiple results?");
1290 assert(ResNo == 0 && "FIXME: ComplexPattern with multiple results?");
2324 // Otherwise, this is a set, validate and collect instruction results.
2537 std::vector<Record*> Results;
2544 // These produce no results
2549 Results.push_back(InstInfo.Operands[0].Rec);
2560 DAGInstruction(0, Results, Operands, ImpResults)));
2606 // Check that all of the results occur first in the list.
2607 std::vector<Record*> Results;
2631 Results.push_back(CGI.Operands[i].Rec);
2705 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
2836 /// arbitrary element if it's possible types to converge results.