Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp156 for (const auto &SuperPair : Def.getSuperClasses()) in run() local
157 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()
171 for (const auto &SuperPair : Def.getSuperClasses()) { in run() local
172 auto SuperName = SuperPair.first->getNameInitAsString(); in run()
H A DRecord.cpp2915 for (const auto &SuperPair : SC) in operator <<() local
2916 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp699 for (const auto &SuperPair : Supers) in expand() local
700 NewReg->addSuperClass(SuperPair.first, SuperPair.second); in expand()