Searched refs:Rec1 (Results 1 – 3 of 3) sorted by relevance
2029 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()2030 return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; in operator()2047 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()2048 return Rec1->getValueAsString("Name") < Rec2->getValueAsString("Name"); in operator()2085 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()2086 RecordParts LHSParts(StringRef(Rec1->getName())); in operator()
525 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument526 const auto &D1 = *Rec1->TheDef; in ComputeInstrsByEnum()
525 [](const Record *Rec1, const Record *Rec2) { in collectProcModels() argument526 return Rec1->getValueAsString("Name") == Rec2->getValueAsString("Name"); in collectProcModels()