Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Result

213   std::vector<MVT::SimpleValueType> Result;
219 Result.insert(Result.end(), InVTs.begin(), InVTs.end());
224 array_pod_sort(Result.begin(), Result.end());
225 Result.erase(std::unique(Result.begin(), Result.end()), Result.end());
226 return Result;
394 std::vector<CodeGenIntrinsic> Result;
399 Result.push_back(CodeGenIntrinsic(I[i]));
401 return Result;
477 throw "Intrinsic '" + DefName + " has void in result type list!";
511 throw "Intrinsic '" + DefName + " has void in result type list!";