Home
last modified time | relevance | path

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

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