Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Results

1513     assert(ResNo == 0 && "FIXME: PatFrag with multiple results?");
1556 assert(ResNo == 0 && "FIXME: ComplexPattern with multiple results?");
1613 // A ComplexPattern specifically declares how many results it fills in.
2694 // Otherwise, this is a set, validate and collect instruction results.
2994 // Check that all of the results occur first in the list.
2995 std::vector<Record*> Results;
3019 Results.push_back(CGI.Operands[i].Rec);
3092 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
3126 std::vector<Record*> Results;
3133 Results.push_back(InstInfo.Operands[j].Rec);
3144 DAGInstruction(nullptr, Results, Operands, ImpResults)));
3399 /// arbitrary element if it's possible types to converge results.