Searched refs:DestOp (Results 1 – 2 of 2) sorted by relevance
236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() local245 if (SrcOp > DestOp) { in ParseConstraint()246 std::swap(SrcOp, DestOp); in ParseConstraint()252 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone()) in ParseConstraint()255 Ops[DestOp.first].Constraints[DestOp.second] = in ParseConstraint()
289 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local295 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()312 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()