Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h268 InstructionSpecifier &specForUID(InstrUID uid) { in specForUID() function
H A DX86RecognizableInstr.cpp153 UID(uid), Spec(&tables.specForUID(uid)) { in RecognizableInstr()