Lines Matching refs:TIED_TO
175 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
933 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
935 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
936 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
937 // Special case for GATHER with 2 TIED_TO operands
1132 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
1134 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
1135 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
1136 // Special case for GATHER with 2 TIED_TO operands