Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp170 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
172 if (!recogInstr.shouldBeEmitted()) in processInstr()
174 recogInstr.emitInstructionSpecifier(); in processInstr()
175 recogInstr.emitDecodePath(tables); in processInstr()