Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp633 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
647 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
665 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DCodeGenInstruction.h341 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DAsmMatcherEmitter.cpp1553 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1620 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()
1636 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()
1637 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
DAsmWriterEmitter.cpp827 unsigned LastOpNo = CGA->ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()