Home
last modified time | relevance | path

Searched refs:Rec1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h2029 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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp525 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument
526 const auto &D1 = *Rec1->TheDef; in ComputeInstrsByEnum()
H A DCodeGenSchedule.cpp525 [](const Record *Rec1, const Record *Rec2) { in collectProcModels() argument
526 return Rec1->getValueAsString("Name") == Rec2->getValueAsString("Name"); in collectProcModels()