Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp479 unsigned &physicalOperandIndex, in handleOperand() argument
486 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
489 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
509 ++physicalOperandIndex; in handleOperand()
547 physicalOperandIndex, \ in emitInstructionSpecifier()
555 physicalOperandIndex, \ in emitInstructionSpecifier()
563 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
DX86RecognizableInstr.h181 unsigned &physicalOperandIndex,