Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h315 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
DCodeGenInstruction.cpp518 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()
534 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
DAsmMatcherEmitter.cpp1373 unsigned ResultIdx = CGA.ResultInstOperandIndex[i].first; in BuildAliasOperandReference()
1374 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in BuildAliasOperandReference()
1431 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in BuildAliasResultOperands()
1445 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in BuildAliasResultOperands()
1446 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in BuildAliasResultOperands()
DAsmWriterEmitter.cpp839 unsigned LastOpNo = CGA->ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()