Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp25 std::string llvm::getModeName(unsigned Mode) { in getModeName() function in llvm
97 OS << LS << '(' << getModeName(P->first) << ':' in writeToStream()
186 OS << LS << '(' << getModeName(P->first) << ':' << P->second << ')'; in writeToStream()
H A DInfoByHwMode.h36 std::string getModeName(unsigned Mode);
H A DRegisterInfoEmitter.cpp1829 auto getModeName = [CGH] (unsigned M) -> StringRef { in debugDump() local
1839 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize; in debugDump()
1842 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
H A DCodeGenDAGPatterns.cpp210 OS << ' ' << getModeName(M) << ':'; in writeToStream()