Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp616 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
630 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
648 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DCodeGenInstruction.h339 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DAsmMatcherEmitter.cpp1575 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1642 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()
1658 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()
1659 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
DAsmWriterEmitter.cpp816 unsigned LastOpNo = CGA->ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()