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:__anon26561::MatchableInfo::ResOperand::__anon26563
366 static ResOperand getTiedOp(unsigned TiedOperandNum) { argument
369 X.TiedOperandNum = TiedOperandNum;
761 if (Op.TiedOperandNum > (unsigned)SrcAsmOperand)
762 --Op.TiedOperandNum;
1872 unsigned TiedOp = OpInfo.TiedOperandNum;

Completed in 155 milliseconds