Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() local
239 if (SrcOp > DestOp) in ParseConstraint()
245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone()) in ParseConstraint()
247 Ops[DestOp.first].Constraints[DestOp.second] = in ParseConstraint()
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() local
245 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()