Searched refs:getModeName (Results 1 – 7 of 7) sorted by relevance
27 std::string llvm::getModeName(unsigned Mode) { in getModeName() function in llvm92 OS << '(' << getModeName(P->first) in writeToStream()184 OS << '(' << getModeName(P->first) << ':' << P->second << ')'; in writeToStream()
34 std::string getModeName(unsigned Mode);
1584 auto getModeName = [CGH] (unsigned M) -> StringRef { in debugDump() local1594 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize; in debugDump()1597 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
181 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()
288 static const char* getModeName (DiscardMode mode) in getModeName() function351 std::string name = std::string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase()