Searched refs:operandMapping (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 509 unsigned *operandMapping, in handleOperand() argument 518 while (operandMapping[operandIndex] != operandIndex) { in handleOperand() 521 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand() 565 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local 576 operandMapping[operandIndex] = Constraint.getTiedOperand(); in emitInstructionSpecifier() 579 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 583 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 605 operandMapping, \ in emitInstructionSpecifier() 613 operandMapping, \ in emitInstructionSpecifier()
|
D | X86RecognizableInstr.h | 201 unsigned *operandMapping,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 375 const unsigned *operandMapping, in handleOperand() argument 386 while (operandMapping[operandIndex] != operandIndex) { in handleOperand() 389 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand() 418 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local 426 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 427 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier() 430 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 434 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 443 operandMapping, \ in emitInstructionSpecifier() 451 operandMapping, \ in emitInstructionSpecifier()
|
D | X86RecognizableInstr.h | 300 const unsigned *operandMapping,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 480 const unsigned *operandMapping, in handleOperand() argument 491 while (operandMapping[operandIndex] != operandIndex) { in handleOperand() 494 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand() 523 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local 531 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 532 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier() 535 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 539 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier() 548 operandMapping, \ in emitInstructionSpecifier() 556 operandMapping, \ in emitInstructionSpecifier()
|
D | X86RecognizableInstr.h | 180 const unsigned *operandMapping,
|