Searched refs:physicalOperandIndex (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 412 bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, in handleOperand() argument 417 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand() 420 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand() 440 ++physicalOperandIndex; in handleOperand() 477 handleOperand(false, operandIndex, physicalOperandIndex, \ in emitInstructionSpecifier() 482 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier() 488 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
|
| H A D | X86RecognizableInstr.h | 338 unsigned &physicalOperandIndex,
|