Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp110 std::string primaryRepresentation(const GenericField &Field, Init *I) { in primaryRepresentation() function in __anonbf4f26ac0111::SearchableTableEmitter
258 std::string LHSs = primaryRepresentation(Field, LHSI); in compareBy()
259 std::string RHSs = primaryRepresentation(Field, RHSI); in compareBy()
345 primaryRepresentation(Field, Entry.first->getValueInit(Field.Name)); in emitLookupFunction()
389 primaryRepresentation(Field, IndexRows[0]->getValueInit(Field.Name)); in emitLookupFunction()
390 std::string LastRepr = primaryRepresentation( in emitLookupFunction()
511 OS << primaryRepresentation(Field, Entry->getValueInit(Field.Name)); in emitGenericTable()