Searched refs:TiedOp (Results 1 – 4 of 4) sorted by relevance
1807 int TiedOp = -1; in buildInstructionResultOperands() local1809 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()1810 if (TiedOp != -1) { in buildInstructionResultOperands()1813 ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) in buildInstructionResultOperands()1815 TiedOp, ResOperands[TiedOp].AsmOperandNum, TiedSrcOperand)); in buildInstructionResultOperands()1817 ResOperands.push_back(ResOperand::getTiedOp(TiedOp, 0, 0)); in buildInstructionResultOperands()1867 int TiedOp = -1; in buildAliasResultOperands() local1869 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()1870 if (TiedOp != -1) { in buildAliasResultOperands()1877 if (ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) { in buildAliasResultOperands()[all …]
3541 int TiedOp = MCID.getOperandConstraint(1, MCOI::TIED_TO); in validateInstruction() local3542 if (TiedOp == 0) in validateInstruction()
1020 int TiedOp = MCID.getOperandConstraint(VCCPos + 3, MCOI::TIED_TO); in AddThumbPredicate() local1021 assert(TiedOp >= 0 && in AddThumbPredicate()1024 MI.insert(VCCI, MCOperand(MI.getOperand(TiedOp))); in AddThumbPredicate()
2556 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local2557 assert(TiedOp >= 0 && in addVPTPredROperands()2559 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()