Lines Matching defs:FoldTable
178 FoldTable;
187 FoldTable Table2Addr;
188 FoldTable Table0;
189 FoldTable Table1;
190 FoldTable Table2;
191 FoldTable Table3;
192 FoldTable Table4;
193 FoldTable BroadcastTable1;
194 FoldTable BroadcastTable2;
195 FoldTable BroadcastTable3;
196 FoldTable BroadcastTable4;
213 void addEntryWithFlags(FoldTable &Table, const CodeGenInstruction *RegInst,
218 void addBroadcastEntry(FoldTable &Table, const CodeGenInstruction *RegInst,
223 void printTable(const FoldTable &Table, StringRef TableName,
440 void X86FoldTablesEmitter::addEntryWithFlags(FoldTable &Table,
509 FoldTable &Table, const CodeGenInstruction *RegInst,
732 auto CheckMemFoldTable = [](const FoldTable &Table) -> void {