reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
722 unsigned NumDefs = Desc.getNumDefs(); 723 unsigned NumOps = Desc.getNumOperands(); 730 if (NumOps > 1 && Desc.getOperandConstraint(1, MCOI::TIED_TO) == 0) 735 Desc.getOperandConstraint(6, MCOI::TIED_TO) == 0) 740 if (NumOps >= 4 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 && 741 Desc.getOperandConstraint(3, MCOI::TIED_TO) == 1) 745 if (NumOps == 9 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 && 746 (Desc.getOperandConstraint(3, MCOI::TIED_TO) == 1 || 747 Desc.getOperandConstraint(8, MCOI::TIED_TO) == 1))