Lines Matching defs: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,
170 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) {
181 for (const CodeGenInstruction *Inst : Insts) {
271 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) {
273 for (const CodeGenInstruction *Inst : Insts) {
303 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) {
315 for (const CodeGenInstruction *Inst : Insts) {
341 ArrayRef<const CodeGenInstruction *> Insts, raw_ostream &OS) {
349 for (const CodeGenInstruction *Inst : Insts) {
375 ArrayRef<const CodeGenInstruction *> Insts =
378 emitCompressEVEXTable(Insts, OS);
379 emitNFTransformTable(Insts, OS);
380 emitND2NonNDTable(Insts, OS);
381 emitSSE2AVXTable(Insts, OS);