Home | History | Annotate | Download | only in MC

Lines Matching defs:Find

76     // Find the next comma
77 size_t Comma = S.find(',', Pos);
122 /// Find KV in array using binary search.
123 template<typename T> const T *Find(const StringRef S, const T *A, size_t L) {
232 // Find feature in table.
234 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
284 // Find CPU entry if CPU name is specified.
286 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize);
313 // Find feature in table.
315 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
351 // Find entry
352 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize);