Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp992 auto &ChildSDNI = CGP.getSDNodeInfo(SrcChild.getOperator()); in importChildMatcher() local
993 if (ChildSDNI.getSDClassName() == "BasicBlockSDNode") { in importChildMatcher()
1219 auto &ChildSDNI = CGP.getSDNodeInfo(DstChild.getOperator()); in importExplicitUseRenderer() local
1220 if (ChildSDNI.getSDClassName() == "BasicBlockSDNode") { in importExplicitUseRenderer()