Searched refs:TiedOp (Results 1 – 1 of 1) sorted by relevance
1576 int TiedOp = -1; in buildInstructionResultOperands() local1578 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() local1627 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() local1849 assert(i > TiedOp && "Tied operand precedes its target!"); in emitConvertFuncs()[all …]