Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DInfoByHwMode.cpp25 std::string llvm::getModeName(unsigned Mode) { in getModeName() function in llvm
95 OS << LS << '(' << getModeName(P->first) << ':' in writeToStream()
184 OS << LS << '(' << getModeName(P->first) << ':' << P->second << ')'; in writeToStream()
H A DInfoByHwMode.h31 std::string getModeName(unsigned Mode);
H A DRegisterInfoEmitter.cpp1847 auto getModeName = [CGH] (unsigned M) -> StringRef { in debugDump() local
1857 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize; in debugDump()
1860 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
H A DCodeGenDAGPatterns.cpp209 OS << ' ' << getModeName(M) << ':'; in writeToStream()