Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp287 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local
293 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()
310 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()