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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp26 std::string llvm::getModeName(unsigned Mode) { function in class:llvm
96 OS << '(' << getModeName(P->first)
188 OS << '(' << getModeName(P->first) << ':' << P->second << ')';
H A DInfoByHwMode.h33 std::string getModeName(unsigned Mode);
H A DRegisterInfoEmitter.cpp1631 auto getModeName = [CGH] (unsigned M) -> StringRef { local
1641 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize;
1644 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment;
H A DCodeGenDAGPatterns.cpp197 OS << ' ' << getModeName(M) << ':';

Completed in 158 milliseconds