Searched refs:operandIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp363 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, argument
377 while (operandMapping[operandIndex] != operandIndex) {
378 Spec->operands[operandIndex].encoding = ENCODING_DUP;
379 Spec->operands[operandIndex].type =
380 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
381 ++operandIndex;
384 StringRef typeName = (*Operands)[operandIndex].Rec->getName();
389 Spec->operands[operandIndex].encoding = encoding;
390 Spec->operands[operandIndex]
[all...]
H A DX86RecognizableInstr.h284 /// @param operandIndex - The index into the generated operand table.
297 unsigned &operandIndex,

Completed in 111 milliseconds