Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp145 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
147 if (recogInstr.shouldBeEmitted()) { in processInstr()
148 recogInstr.emitInstructionSpecifier(); in processInstr()
149 recogInstr.emitDecodePath(tables); in processInstr()