Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp363 auto *AVXRec = Records.getDef(NewName); in emitSSE2AVXTable() local
364 if (!AVXRec) in emitSSE2AVXTable()
366 auto &AVXInst = Target.getInstruction(AVXRec); in emitSSE2AVXTable()