Home
last modified time | relevance | path

Searched refs:DestOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp233 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() local
242 if (SrcOp > DestOp) { in ParseConstraint()
243 std::swap(SrcOp, DestOp); in ParseConstraint()
249 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone()) in ParseConstraint()
252 Ops[DestOp.first].Constraints[DestOp.second] = in ParseConstraint()