Searched refs:TiedOp (Results 1 – 4 of 4) sorted by relevance
1803 int TiedOp = -1; in buildInstructionResultOperands() local1805 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()1806 if (TiedOp != -1) { in buildInstructionResultOperands()1809 ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) in buildInstructionResultOperands()1811 TiedOp, ResOperands[TiedOp].AsmOperandNum, TiedSrcOperand)); in buildInstructionResultOperands()1813 ResOperands.push_back(ResOperand::getTiedOp(TiedOp, 0, 0)); in buildInstructionResultOperands()1861 int TiedOp = -1; in buildAliasResultOperands() local1863 TiedOp = OpInfo.getTiedRegister(); in buildAliasResultOperands()1864 if (TiedOp != -1) { in buildAliasResultOperands()1871 if (ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) { in buildAliasResultOperands()[all …]
3801 int TiedOp = MCID.getOperandConstraint(1, MCOI::TIED_TO); in validateInstruction() local3802 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()
2557 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local2558 assert(TiedOp >= 0 && in addVPTPredROperands()2560 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()