Home
last modified time | relevance | path

Searched refs:Rec2 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp652 const Record *Rec2 = CandidateSigs[Index].first; in CanReuseSignature() local
653 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature()
654 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature()
655 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature()
657 Rec2->getValueAsDef("MinVersion")->getValueAsInt("ID") && in CanReuseSignature()
659 Rec2->getValueAsDef("MaxVersion")->getValueAsInt("ID") && in CanReuseSignature()
661 Rec2->getValueAsDef("Extension")->getName()) { in CanReuseSignature()
/openbsd/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()
2087 RecordParts RHSParts(StringRef(Rec2->getName())); in operator()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp525 [](const CodeGenInstruction *Rec1, const CodeGenInstruction *Rec2) { in ComputeInstrsByEnum() argument
527 const auto &D2 = *Rec2->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()