Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp369 const unsigned *operandMapping, in handleOperand() argument
380 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
383 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
412 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
420 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
421 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
424 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
428 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
437 operandMapping, \ in emitInstructionSpecifier()
445 operandMapping, \ in emitInstructionSpecifier()
H A DX86RecognizableInstr.h306 const unsigned *operandMapping,