Searched refs:InstrDefs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp188 // InstrDefs - list of instructions filtered using FilterClass defined
190 std::vector<Record*> InstrDefs; member in class:__anon2910::MapTableEmitter
204 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
234 // InstrDefs) and insert them into RowInstrMap which is keyed by the values of
241 for (Record *CurInstr : InstrDefs) {

Completed in 106 milliseconds