Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp394 const unsigned *operandMapping, in handleOperand() argument
405 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
408 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
437 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
445 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
446 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
449 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
453 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
462 operandMapping, \ in emitInstructionSpecifier()
470 operandMapping, \ in emitInstructionSpecifier()
H A DX86RecognizableInstr.h316 const unsigned *operandMapping,