Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp441 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() argument
453 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
454 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()
455 Spec->operands[operandIndex].type = in handleOperand()
456 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
457 ++operandIndex; in handleOperand()
460 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand()
465 Spec->operands[operandIndex].encoding = encoding; in handleOperand()
466 Spec->operands[operandIndex].type = in handleOperand()
469 ++operandIndex; in handleOperand()
[all …]
H A DX86RecognizableInstr.h341 void handleOperand(bool optional, unsigned &operandIndex,