Searched refs:handleOperand (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.h | 197 void handleOperand(bool optional,
|
D | X86RecognizableInstr.cpp | 504 void RecognizableInstr::handleOperand( in handleOperand() function in RecognizableInstr 601 handleOperand(false, \ in emitInstructionSpecifier() 609 handleOperand(true, \ in emitInstructionSpecifier()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 176 void handleOperand(bool optional,
|
D | X86RecognizableInstr.cpp | 477 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() function in RecognizableInstr 544 handleOperand(false, \ in emitInstructionSpecifier() 552 handleOperand(true, \ in emitInstructionSpecifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 296 void handleOperand(bool optional,
|
D | X86RecognizableInstr.cpp | 372 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() function in RecognizableInstr 439 handleOperand(false, \ in emitInstructionSpecifier() 447 handleOperand(true, \ in emitInstructionSpecifier()
|