Searched refs:ResultInstOperandIndex (Results 1 – 4 of 4) sorted by relevance
230 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias()245 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()263 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
94 std::vector<std::pair<unsigned, int>> ResultInstOperandIndex; variable
1759 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()1836 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands()1876 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()1890 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands()1891 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
855 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()