Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.cpp230 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()
H A DCodeGenInstAlias.h94 std::vector<std::pair<unsigned, int>> ResultInstOperandIndex; variable
H A DAsmMatcherEmitter.cpp1759 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()
H A DAsmWriterEmitter.cpp855 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()