Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp239 Record *AltInstRec = Records.getDef(AltInstStr); in run() local
240 assert(AltInstRec && "EVEX2VEXOverride instruction not found!"); in run()
241 VEXInst = &Target.getInstruction(AltInstRec); in run()