Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp366 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() argument
380 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
381 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()
382 Spec->operands[operandIndex].type = in handleOperand()
383 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
384 ++operandIndex; in handleOperand()
387 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand()
392 Spec->operands[operandIndex].encoding = encoding; in handleOperand()
393 Spec->operands[operandIndex].type = in handleOperand()
396 ++operandIndex; in handleOperand()
[all …]
H A DX86RecognizableInstr.h303 unsigned &operandIndex,