Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp208 Record *AltInstRec = Records.getDef(AltInstStr); in run() local
209 assert(AltInstRec && "EVEX2VEXOverride instruction not found!"); in run()
210 VEXInst = &Target.getInstruction(AltInstRec); in run()