Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenInstruction.cpp808 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
822 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
840 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DCodeGenInstruction.h400 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DAsmMatcherEmitter.cpp1756 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1833 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()
1873 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
1887 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()
1888 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
DAsmWriterEmitter.cpp850 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()