Lines Matching refs:TiedOp
1724 int TiedOp = -1; in buildInstructionResultOperands() local
1726 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()
1727 if (TiedOp != -1) { in buildInstructionResultOperands()
1728 ResOperands.push_back(ResOperand::getTiedOp(TiedOp)); in buildInstructionResultOperands()
1773 int TiedOp = -1; in buildAliasResultOperands() local
1775 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()
1776 if (TiedOp != -1) { in buildAliasResultOperands()
1777 ResOperands.push_back(ResOperand::getTiedOp(TiedOp)); in buildAliasResultOperands()
2033 unsigned TiedOp = OpInfo.TiedOperandNum; in emitConvertFuncs() local
2034 assert(i > TiedOp && "Tied operand precedes its target!"); in emitConvertFuncs()
2035 Signature += "__Tie" + utostr(TiedOp); in emitConvertFuncs()
2037 ConversionRow.push_back(TiedOp); in emitConvertFuncs()