Home
last modified time | relevance | path

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

/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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp289 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local
295 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()
312 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()