Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp54 static bool haveCompatibleDescriptions(const SDNodeInfo &N1, in haveCompatibleDescriptions() function
75 static bool haveCompatibleDescriptions(ArrayRef<SDNodeInfo> Nodes) { in haveCompatibleDescriptions() function
78 return haveCompatibleDescriptions(Other, N); in haveCompatibleDescriptions()
120 if (haveCompatibleDescriptions(I->second)) in SDNodeInfoEmitter()
297 assert(haveCompatibleDescriptions(Nodes)); in emitDesc()