Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp367 unsigned &physicalOperandIndex, in handleOperand() argument
374 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
377 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
397 ++physicalOperandIndex; in handleOperand()
435 physicalOperandIndex, \ in emitInstructionSpecifier()
443 physicalOperandIndex, \ in emitInstructionSpecifier()
451 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
H A DX86RecognizableInstr.h304 unsigned &physicalOperandIndex,