Lines Matching refs:TiedOp
1576 int TiedOp = -1; in buildInstructionResultOperands() local
1578 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()
1579 if (TiedOp != -1) { in buildInstructionResultOperands()
1580 ResOperands.push_back(ResOperand::getTiedOp(TiedOp)); in buildInstructionResultOperands()
1625 int TiedOp = -1; in buildAliasResultOperands() local
1627 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()
1628 if (TiedOp != -1) { in buildAliasResultOperands()
1629 ResOperands.push_back(ResOperand::getTiedOp(TiedOp)); in buildAliasResultOperands()
1848 unsigned TiedOp = OpInfo.TiedOperandNum; in emitConvertFuncs() local
1849 assert(i > TiedOp && "Tied operand precedes its target!"); in emitConvertFuncs()
1850 Signature += "__Tie" + utostr(TiedOp); in emitConvertFuncs()
1852 ConversionRow.push_back(TiedOp); in emitConvertFuncs()