comparison utils/TableGen/TableGenBackends.h @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children 3a76565eade5
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
78 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS); 78 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
79 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS); 79 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
80 void EmitCTags(RecordKeeper &RK, raw_ostream &OS); 80 void EmitCTags(RecordKeeper &RK, raw_ostream &OS);
81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS); 81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
82 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS); 82 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS);
83 void EmitGlobalISel(RecordKeeper &RK, raw_ostream &OS);
84 void EmitX86EVEX2VEXTables(RecordKeeper &RK, raw_ostream &OS);
85 void EmitX86FoldTables(RecordKeeper &RK, raw_ostream &OS);
86 void EmitRegisterBank(RecordKeeper &RK, raw_ostream &OS);
83 87
84 } // End llvm namespace 88 } // End llvm namespace
85 89
86 #endif 90 #endif