Home
last modified time | relevance | path

Searched refs:getCxxEnumValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp342 std::string LLTCodeGen::getCxxEnumValue() const { in getCxxEnumValue() function in llvm::gi::LLTCodeGen
1168 return MatchTable::NamedValue(1, getTy().getCxxEnumValue()); in getValue()
1169 return MatchTable::NamedValue(1, getTy().getCxxEnumValue(), VI->second); in getValue()
H A DGlobalISelMatchTable.h264 std::string getCxxEnumValue() const;
313 Table << MatchTable::NamedValue(1, Ty.getLLTCodeGen().getCxxEnumValue());