Searched defs:TiedOperandNum (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp343 /// TiedOperandNum - This is the (earlier) result operand that should be
345 unsigned TiedOperandNum; member in union:__anon21902::MatchableInfo::ResOperand::__anon21905
366 static ResOperand getTiedOp(unsigned TiedOperandNum) { argument
369 X.TiedOperandNum = TiedOperandNum;
753 if (Op.TiedOperandNum > (unsigned)SrcAsmOperand)
754 --Op.TiedOperandNum;
1840 unsigned TiedOp = OpInfo.TiedOperandNum;

Completed in 29 milliseconds