Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp26 std::string llvm::getModeName(unsigned Mode) { in getModeName() function in llvm
96 OS << LS << '(' << getModeName(P->first) << ':' in writeToStream()
185 OS << LS << '(' << getModeName(P->first) << ':' << P->second << ')'; in writeToStream()
H A DInfoByHwMode.h33 std::string getModeName(unsigned Mode);
H A DRegisterInfoEmitter.cpp1667 auto getModeName = [CGH] (unsigned M) -> StringRef { in debugDump() local
1677 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize; in debugDump()
1680 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
H A DCodeGenDAGPatterns.cpp194 OS << ' ' << getModeName(M) << ':'; in writeToStream()