Searched refs:TiedOp (Results 1 – 6 of 6) sorted by relevance
1766 int TiedOp = -1; in buildInstructionResultOperands() local1768 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()1769 if (TiedOp != -1) { in buildInstructionResultOperands()1772 ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) in buildInstructionResultOperands()1774 TiedOp, ResOperands[TiedOp].AsmOperandNum, TiedSrcOperand)); in buildInstructionResultOperands()1776 ResOperands.push_back(ResOperand::getTiedOp(TiedOp, 0, 0)); in buildInstructionResultOperands()1826 int TiedOp = -1; in buildAliasResultOperands() local1828 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()1829 if (TiedOp != -1) { in buildAliasResultOperands()1836 if (ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) { in buildAliasResultOperands()[all …]
1724 int TiedOp = -1; in buildInstructionResultOperands() local1726 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() local1775 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() local2034 assert(i > TiedOp && "Tied operand precedes its target!"); in emitConvertFuncs()[all …]
859 int TiedOp = ARMInsts[MI.getOpcode()].getOperandConstraint( in AddThumbPredicate() local861 assert(TiedOp >= 0 && in AddThumbPredicate()864 MI.insert(VCCI, MCOperand(MI.getOperand(TiedOp))); in AddThumbPredicate()
858 int TiedOp = ARMInsts[MI.getOpcode()].getOperandConstraint( in AddThumbPredicate() local860 assert(TiedOp >= 0 && in AddThumbPredicate()862 MI.insert(VCCI, MI.getOperand(TiedOp)); in AddThumbPredicate()
2365 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local2366 assert(TiedOp >= 0 && in addVPTPredROperands()2368 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()
2431 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local2432 assert(TiedOp >= 0 && in addVPTPredROperands()2434 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()