Home
last modified time | relevance | path

Searched refs:NumResultsToAdd (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1830 unsigned NumResultsToAdd = std::min(InstInfo.Operands.NumDefs, in ApplyTypeConstraints() local
1832 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints()
1838 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2470 unsigned NumResultsToAdd = std::min(InstInfo.Operands.NumDefs, in ApplyTypeConstraints() local
2472 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints()
2478 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints()