Searched refs:getModeName (Results 1 – 7 of 7) sorted by relevance
26 std::string llvm::getModeName(unsigned Mode) { in getModeName() function in llvm96 OS << '(' << getModeName(P->first) in writeToStream()188 OS << '(' << getModeName(P->first) << ':' << P->second << ')'; in writeToStream()
33 std::string getModeName(unsigned Mode);
1639 auto getModeName = [CGH] (unsigned M) -> StringRef { in debugDump() local1649 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize; in debugDump()1652 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
197 OS << ' ' << getModeName(M) << ':'; in writeToStream()
286 static const char* getModeName (DiscardMode mode) in getModeName() function349 string name = string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase()
296 static const char* getModeName (DiscardMode mode) in getModeName() function359 string name = string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase()
315 static const char* getModeName (DiscardMode mode) in getModeName() function398 std::string name = std::string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase()