Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp174 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
176 if (!recogInstr.shouldBeEmitted()) in processInstr()
178 recogInstr.emitInstructionSpecifier(); in processInstr()
179 recogInstr.emitDecodePath(tables); in processInstr()