Home | History | Annotate | Download | only in X86

Lines Matching refs:getOperandConstraint

180       Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
938 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
940 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
941 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
1137 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
1139 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
1140 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);