Lines Matching refs:Insts
53 void emitCompressEVEXTable(ArrayRef<const CodeGenInstruction *> Insts,
55 void emitNFTransformTable(ArrayRef<const CodeGenInstruction *> Insts,
57 void emitND2NonNDTable(ArrayRef<const CodeGenInstruction *> Insts,
59 void emitSSE2AVXTable(ArrayRef<const CodeGenInstruction *> Insts,
171 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitCompressEVEXTable() argument
182 for (const CodeGenInstruction *Inst : Insts) { in emitCompressEVEXTable()
271 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitNFTransformTable() argument
273 for (const CodeGenInstruction *Inst : Insts) { in emitNFTransformTable()
303 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitND2NonNDTable() argument
315 for (const CodeGenInstruction *Inst : Insts) { in emitND2NonNDTable()
341 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) { in emitSSE2AVXTable() argument
349 for (const CodeGenInstruction *Inst : Insts) { in emitSSE2AVXTable()
375 ArrayRef<const CodeGenInstruction *> Insts = in run() local
378 emitCompressEVEXTable(Insts, OS); in run()
379 emitNFTransformTable(Insts, OS); in run()
380 emitND2NonNDTable(Insts, OS); in run()
381 emitSSE2AVXTable(Insts, OS); in run()