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

/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp20 // let FilterClass = "PredRel";
37 // 2) For each record, filter out instructions based on the FilterClass value.
61 // let FilterClass = "PredRel";
94 std::string FilterClass; member in class:__anon3853::InstrMap
104 // FilterClass - It's used to reduce the search space only to the
107 const RecordVal *Filter = MapRec->getValue("FilterClass");
108 FilterClass = Filter->getValue()->getAsUnquotedString();
153 return FilterClass;
189 // InstrDefs - list of instructions filtered using FilterClass defined
204 const std::string FilterClass local
[all...]

Completed in 59 milliseconds