Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h33 unsigned OtherTiedOperand = 0; variable
41 I.OtherTiedOperand = 0; in getEarlyClobber()
48 I.OtherTiedOperand = Op; in getTied()
58 return OtherTiedOperand; in getTiedOperand()
64 if (Kind == Tied && OtherTiedOperand != RHS.OtherTiedOperand)