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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp322 /// TiedOperandNum - This is the (earlier) result operand that should be
324 unsigned TiedOperandNum; member in union:__anon7970::MatchableInfo::ResOperand::__anon7972
345 static ResOperand getTiedOp(unsigned TiedOperandNum) { argument
348 X.TiedOperandNum = TiedOperandNum;
1611 unsigned TiedOp = OpInfo.TiedOperandNum;

Completed in 65 milliseconds