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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp1035 const TreePatternNode *DstPat = Pattern.getDstPattern(); local
1036 if (!DstPat->isLeaf() &&DstPat->getOperator()->isSubClassOf("Instruction")){
1038 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator());

Completed in 108 milliseconds