Searched refs:physicalOperandIndex (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 507 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
|
D | X86RecognizableInstr.h | 199 unsigned &physicalOperandIndex,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 373 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
|
D | X86RecognizableInstr.h | 298 unsigned &physicalOperandIndex,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 478 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
|
D | X86RecognizableInstr.h | 178 unsigned &physicalOperandIndex,
|