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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h334 /// ResultInstOperandIndex - For each operand, this vector holds a pair of
339 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; member in class:llvm::CodeGenInstAlias
H A DCodeGenInstruction.cpp616 ResultInstOperandIndex.push_back(std::make_pair(i, -1));
630 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp));
648 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp));
H A DAsmMatcherEmitter.cpp1575 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
1642 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
1658 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) {
1659 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second;
H A DAsmWriterEmitter.cpp816 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();

Completed in 106 milliseconds