Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp507 unsigned &physicalOperandIndex, in handleOperand() argument
512 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
515 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
535 ++physicalOperandIndex; in handleOperand()
603 physicalOperandIndex, \ in emitInstructionSpecifier()
611 physicalOperandIndex, \ in emitInstructionSpecifier()
619 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
DX86RecognizableInstr.h199 unsigned &physicalOperandIndex,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp373 unsigned &physicalOperandIndex, in handleOperand() argument
380 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
383 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
403 ++physicalOperandIndex; in handleOperand()
441 physicalOperandIndex, \ in emitInstructionSpecifier()
449 physicalOperandIndex, \ in emitInstructionSpecifier()
457 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
DX86RecognizableInstr.h298 unsigned &physicalOperandIndex,
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp478 unsigned &physicalOperandIndex, in handleOperand() argument
485 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
488 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
508 ++physicalOperandIndex; in handleOperand()
546 physicalOperandIndex, \ in emitInstructionSpecifier()
554 physicalOperandIndex, \ in emitInstructionSpecifier()
562 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
DX86RecognizableInstr.h178 unsigned &physicalOperandIndex,