Home
last modified time | relevance | path

Searched refs:ResultInstOperandIndex (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp638 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
652 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
670 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DCodeGenInstruction.h344 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DAsmMatcherEmitter.cpp1703 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1768 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()
1784 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()
1785 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
DAsmWriterEmitter.cpp790 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp744 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
758 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
776 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DCodeGenInstruction.h383 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DAsmMatcherEmitter.cpp1744 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1821 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()
1861 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
1875 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()
1876 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
DAsmWriterEmitter.cpp852 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()