Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp366 unsigned &physicalOperandIndex, in handleOperand() argument
373 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
376 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
396 ++physicalOperandIndex; in handleOperand()
434 physicalOperandIndex, \ in emitInstructionSpecifier()
442 physicalOperandIndex, \ in emitInstructionSpecifier()
450 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
H A DX86RecognizableInstr.h304 unsigned &physicalOperandIndex,