Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86DisassemblerTables.h272 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID() function
H A DX86RecognizableInstr.cpp148 UID(uid), Spec(&tables.specForUID(uid)) { in RecognizableInstr()