Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp1046 const TreePatternNode &DstPat = Pattern.getDstPattern(); in EmitResultCode() local
1047 if (!DstPat.isLeaf() && DstPat.getOperator()->isSubClassOf("Instruction")) { in EmitResultCode()
1049 CodeGenInstruction &II = CGT.getInstruction(DstPat.getOperator()); in EmitResultCode()