Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Results

1037     // FIXME: Should allow access to all the results here.
1267 assert(ResNo == 0 && "FIXME: PatFrag with multiple results?");
1292 assert(ResNo == 0 && "FIXME: ComplexPattern with multiple results?");
2326 // Otherwise, this is a set, validate and collect instruction results.
2539 std::vector<Record*> Results;
2546 // These produce no results
2551 Results.push_back(InstInfo.Operands[0].Rec);
2562 DAGInstruction(0, Results, Operands, ImpResults)));
2608 // Check that all of the results occur first in the list.
2609 std::vector<Record*> Results;
2633 Results.push_back(CGI.Operands[i].Rec);
2707 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
2844 /// arbitrary element if it's possible types to converge results.