Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp573 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
587 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
605 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DCodeGenInstruction.h328 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DAsmMatcherEmitter.cpp1558 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1618 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()
1632 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()
1633 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
DAsmWriterEmitter.cpp810 unsigned LastOpNo = CGA->ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()